Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logic to handle single-use headers
The code now includes a mechanism to handle HTTP headers that are allowed to be used only once. This is done by storing such headers separately and checking their sense status before sending them again. This will prevent any issues arising from multiple instances of the same header. https://stackoverflow.com/questions/15682496/will-duplicate-access-control-allow-origin-headers-break-cors
- Loading branch information