Azure / Azure/azure-functions-nodejs-library

request.headers.get() returns string with commas instead of semicolons as delimiter on Windows

Open
#234 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.