[ESP8266WebServer]: Question about url encode functionality #8954
hasenradball
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I have a short issue with the webserver.
I pass a Parameter/Value as:
?password=;-)something
Now the
;
is interpreted as separator.Ok understood now.
But if I encode the special characters like described here:
https://www.w3schools.com/tags/ref_urlencode.ASP
Is the decoding also working inside this class to get the
;
back as character then, when using the Encoded String:%3Fpassword%3D%3B-)something
Beta Was this translation helpful? Give feedback.
All reactions