Replies: 1 comment 4 replies
-
There are certain headers that are required to be sent by the user agent and certain ones which cannot be controlled by the user. It is all rather extensive but documented in the standard: https://fetch.spec.whatwg.org/#terminology-headers |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that Deno adds default headers to every fetch request. They are even included as expected values in this unit test.
Here is an example:
How can I prevent this so that a fetch request can be sent with no header values?
Beta Was this translation helpful? Give feedback.
All reactions