We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use request.getBytes() to get the bytes for the proxy request.
request.getBytes()
bytes[]
The text was updated successfully, but these errors were encountered:
@conniey can i work on this issue.
Sorry, something went wrong.
@SivaTharun Wow! Thanks so much. :) One of the weird things about this is testing because encodings are a bit of a pain.
@conniey can you review this PR, that i have raised to address this issue.
SivaTharun
No branches or pull requests
We use
request.getBytes()
to get the bytes for the proxy request.bytes[]
rather than a String.bytes[]
as ISO-8859-1The text was updated successfully, but these errors were encountered: