mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-06-03 07:26:53 +00:00
Node.js has forbidden header names with spaces in
6192c9892f.
The next error is thrown when the test sets the "some header" header:
Uncaught TypeError: Header name must be a valid HTTP Token ["some header"]
To fix it, replace spaces with dashes.
2.4 KiB
2.4 KiB