Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Force Query Strings to be Case Sensitive - #13

Merged
thefringeninja merged 1 commit into
SQLStreamStore:masterfrom
thefringeninja:sense-and-senitivity
Aug 24, 2018
Merged

Force Query Strings to be Case Sensitive#13
thefringeninja merged 1 commit into
SQLStreamStore:masterfrom
thefringeninja:sense-and-senitivity

Conversation

@thefringeninja

Copy link
Copy Markdown
Contributor

In order to maximise cache-hits on a reverse proxy e.g. CloudFront, we want to normalize all urls. However, aspnet core inexplicably treats query string keys as case-insensitive - ?d=b is the same as ?D=b.

Until dotnet/aspnetcore#3450 gets resolved this code will have to exist :(

In order to maximise cache-hits on a reverse proxy e.g. CloudFront, we want to normalize all urls. However, aspnet core inexplicably treats query string keys as case-insensitive - ?d=b is the same as ?D=b.
@thefringeninja
thefringeninja merged commit 88cc6a5 into SQLStreamStore:master Aug 24, 2018
@thefringeninja
thefringeninja deleted the sense-and-senitivity branch August 24, 2018 12:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant