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

Access to original undecode/reencoded GET URI #1228

Open
timlegge opened this issue Oct 27, 2021 · 0 comments
Open

Access to original undecode/reencoded GET URI #1228

timlegge opened this issue Oct 27, 2021 · 0 comments

Comments

@timlegge
Copy link

I have a test app that gets a request with a URL in which the escaping/encoding in the URL is in lower case (eg. %2f instead of %2F). The nature of the application (SAML) requires the original URL that was requested. The URL includes a signature and the lower case was signed.

Dancer seems to convert the escapes to uppercase. Is there a way to get the original URL or to prevent the change to uppercase?

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

No branches or pull requests

1 participant