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
Async web server does not handle parameters in URI. So I had to fall back to query parameters, which is not really restful. So I need to add some kind of parser: see addRewrite from ESPAsyncWebServer. This might need some extended work though -_-'
The text was updated successfully, but these errors were encountered:
Async web server does not handle parameters in URI. So I had to fall back to query parameters, which is not really restful. So I need to add some kind of parser: see
addRewrite
from ESPAsyncWebServer. This might need some extended work though -_-'The text was updated successfully, but these errors were encountered: