Azure / Azure/azure-functions-nodejs-library
request.headers.get() returns string with commas instead of semicolons as delimiter on Windows
Open
area:nodejs-functions
bug
P3
- Dominant language
- TypeScript
- Stars
- 70
- Forks
- 35
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 6
Description
When using `request.headers.get("cookie")` on https I get a string that uses commas instead of semicolons as delimiters, even though the cookie in the Header in browser clearly has semicolons as delimiters.
Example: https://github.com/pellebjerkestrand/azure-functions-core-tools-https-cookie-commas
The expected behavior is for the delimiter to be the same as in the browser.
Contributor guide
Assessment
This issue has not been assessed yet.