-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GET requests not work properly #6332
Comments
I also tested with https.useHTTP10(false), this also had no affect. |
So, anyone can tell me about this situation? Is it known bug which will be fixed in next updates, or no one really knows about this? |
@d-a-v Tried, this has no affect on behaviour. |
hello there, am also having same issues, am trying to post data to my https://server online and am getting response code: 200 but the payload returns :datanotposted from the server |
#6176 will fix this |
#6176 is merged. Closing. |
Basic Infos
Platform
Settings in IDE
Problem Description
When requests running with delay several seconds between on core 2.5.2 the data (received with .getString()) not modifying (with reuse set to true).
When I set reuse false - response just get w/o body. And every second response return -2 HTTP error code. In both situations script on server the same (obviously). And this problem doesn't happen on 2.4.2 core.
Here #6149 man stuck with the same problem, but no one respond.
MCVE Sketch
Debug Messages
##With reuse
##Without reuse
The text was updated successfully, but these errors were encountered: