Response headers are showing cloudflare headers
In my worker I am fetching an external API, and ultimately need to read the headers from the response. The problem is that it keeps showing me request headers instead of the response headers.
1 Reply
Can you share your worker code?