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

HTML Entities in request values #147

Open
atorres815 opened this issue Apr 21, 2023 · 0 comments
Open

HTML Entities in request values #147

atorres815 opened this issue Apr 21, 2023 · 0 comments

Comments

@atorres815
Copy link

atorres815 commented Apr 21, 2023

When I build a request, the values inside the request are filled with html entities, for example:
< name >Charlie< /name >
< password>cat&dog
The correct way would be:
< name>Charlie< /name >
< password>cat&dog< /password >
How do I prevent it from happening?
please help.

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