Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded OWIN libraries from version 3.0.1 to 4.2.0 Http RequestUri is coming in capital later. #532

Open
anilkumar-basware opened this issue May 27, 2024 · 1 comment

Comments

@anilkumar-basware
Copy link

anilkumar-basware commented May 27, 2024

After upgrading the OWIN libraries from version 3.0.1 to 4.2.0, the Http RequestUri is now coming in capital letters. This means that if I am requesting from the front end like http://localhost/TestURL, then in the API backend, I am receiving the same URL. However, in the previous version, whatever URL I requested was always coming in lowercase, like http://localhost/testurl.

Upgraded libraries:

Microsoft.Owin: 3.0.1.0 => 4.2.2.0 Microsoft.Owin.Security: 3.0.1.0 => 4.2.2.0

I was looking for any documentation from OWIN but couldn't find any. Please help me provide any documentation from the OWIN side.

I am looking for documentation for URL casing from OWIN side.

@Tratcher
Copy link
Member

Tratcher commented May 28, 2024

This was a bug fix, per spec urls are allowed to be case sensitive so the original casing is preserved in the url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants