We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm writing a proxy script where I have a middleware to alter the domain param of cookies.
The problem is that the urlencode and urldecode calls are altering the cookie name and value sent by the upstream server (which is out of my control).
urlencode
urldecode
Maybe an option could be added to work with raw data. What do you think?
The text was updated successfully, but these errors were encountered:
I fixed this in Pull Request #27
urlencode is disabled by default and you can add the withUrlEncode(true) param if you want it done to the cookie name and value.
Sorry, something went wrong.
No branches or pull requests
I'm writing a proxy script where I have a middleware to alter the domain param of cookies.
The problem is that the
urlencode
andurldecode
calls are altering the cookie name and value sent by the upstream server (which is out of my control).Maybe an option could be added to work with raw data. What do you think?
The text was updated successfully, but these errors were encountered: