troublegum / micropyserver

MicroPyServer is a simple HTTP server for MicroPython projects.
MIT License
126 stars 33 forks source link

fix url decode #12

Closed Peter1303 closed 1 month ago

Peter1303 commented 7 months ago

As you can see, whether it is the GET method or the POST method, the urlencode data should be unquoted. This should not be done by developers manually calling the unquote function.