Replies: 1 comment 1 reply
-
some methods has been changed since 2.x for various reasons, you need to update your code. const AsyncWebHeader *header = request->getHeader("Host"); it means you can't change header's data in request. The second is misuse of a pointer notation, maybe you need yo use a |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Firstly, I'm new to V3.7.4, as I have been using V2.x.x with some old (pre 2022) code.
I have searched through similar discussion but have been unable to find a suitable resolution that clearly details the error.
I am not fully conversant with Async Web Server components or Web programming and rely on more knowledgeable coders.
Attempting to update old code (including updating the code to ArduinoJson V7.x.x) to the latest iteration and am now stuck at a point where these are the only two bugs left.
and
Notes or pointers that can help me understand better would be very much appreciated.
I can post the full code source if required.
Thankyou in advance
Beta Was this translation helpful? Give feedback.
All reactions