resolved HTTP_GET urlencoded works under the old me-nodev version and Psychic. Fails here on this version. #104
Replies: 3 comments 1 reply
-
Please post a reproductible case... What do you try and what do you expect? |
Beta Was this translation helpful? Give feedback.
-
Hi Mathieu, thanks for the quick response. HTTP_GET http://10.10.10.19/edit?list=/ works but urlencoced http://10.10.10.19/edit?list=%2F fails to hit server.on("/edit", HTTP_GET, handleEditGet); and passes onto server.onNotFound(handleNotFound); |
Beta Was this translation helpful? Give feedback.
-
Well that was interesting. I was troubleshooting a Serial.println("PARSE_REQ_BODY"); on line 167 WebRequest.cpp to see where things were getting to in processing and issue went away. Removed my line and it's working. Must of been a needing to flush cache or recompile the file issue WebRequest.cpp. Sorry for the reported issue. Think it is resolved. Glad to see you take on the ESP32Async! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to troubleshoot HTTP_GET urlencoded here. Works automatically under the old me-nodev and Psychic versions. Looking at WebRequest but thought I would ask here. Thank you for any comments.
Beta Was this translation helpful? Give feedback.
All reactions