Search found 1 match

by reyhg_
Wed Mar 23, 2022 1:52 pm
Forum: General Discussion and Questions
Topic: Urequest HTTP Post ECONNRESET
Replies: 2
Views: 3274

Urequest HTTP Post ECONNRESET

Hello, I am trying to upload data from sensor to sql with my ESP32 via http post. I create localhost with XAMPP and want to try to upload data using urequest library but get error massage ECONNRESET. Here my code. import urequests as requests import json url="http://127.0.0.1/esp_send.php/" send={"s...