-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Scenario:
Angular2 app uses the Location header returned by our API. When developing using the webpack-dev-server and proxying to the proper server and it's API the header is parsed location
but when accesses via the proper server (OWIN Self Host) it's Location
and my code breaks due to the casing difference.
Normally it's pretty easy to code around this but I'm using Angular2 header's has('string here')
method to check headers and I don't want to muddy my code.
Is there a setting to turn on to stop this conversation to lowercase?
Versions:
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
ueqt and constantant
Metadata
Metadata
Assignees
Labels
No labels