Sec-fetch-dest is always "empty"

Hello!

We have noticed that, when invoking our Cloudflare Workers, the sec-fetch-dest HTTP header is always set to empty, even when the browser is setting a value that might be useful for us and our worker. Could we get any clarity on if this issue is correctable somehow?

Thank you,
Jake

Hey Jake,

Feel free to share code with me that’s not working at [email protected].

You should be able to get the header from the request object. Here’s an example: Cloudflare Workers