You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: