diff --git a/src/index.ts b/src/index.ts index 08e8d62..73c79e1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -295,7 +295,8 @@ app.post("/submit", auth0Middleware, async (c) => { 'Authorisation': authorisation, "Content-type": "application/json", "Cache-Control": "no-cache", - "User-Agent": "PostmanRuntime/7.37.3" + "User-Agent": "cultvault-podcasts-api", + "Host": new URL(c.env.secureSubmitEndpoint).host }, body: JSON.stringify(data), method: "POST"