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
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
ESP8266_RTOS_SDK v3.0
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
What is the expected behavior?
hi to all.
i'm using esp8266 kit + php +mysql +xampp ( localhost), try to using POST request to my php. I'm able to connect to wifi rourter and using this code:
`static void post_rest_function()
{
"E (20789) HTTP_CLIENT: Connection failed, sock < 0
E (20790) HTTP: HTTP POST request failed: ESP_ERR_HTTP_CONNECT "
How to fix this or I use wrong way.
Thank everyone
Regard
What is the actual behavior?
.
Steps to reproduce.
Step
Step
Step
...
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp8266 can send data to my php
esp8266 can send data to my php (IDFGH-14458)
Jan 19, 2025
Hehee6082
changed the title
esp8266 can send data to my php (IDFGH-14458)
esp8266 cann't send data to my php (IDFGH-14458)
Jan 19, 2025
github-actionsbot
changed the title
esp8266 cann't send data to my php (IDFGH-14458)
esp8266 cann't send data to my php (IDFGH-14458) (GIT8266O-873)
Jan 20, 2025
Answers checklist.
IDF version.
ESP8266_RTOS_SDK v3.0
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
What is the expected behavior?
hi to all.
i'm using esp8266 kit + php +mysql +xampp ( localhost), try to using POST request to my php. I'm able to connect to wifi rourter and using this code:
`static void post_rest_function()
{
}
This is my php code :
<?phprequire 'database.php';
if (!empty($_POST)) {
}
?>
i test postman to send data to "http://192.168.56.1/final/updateHX711da ... dtable.php" and success update data in mysql database but when i run the esp-idf code, i have a trouble:
"E (20789) HTTP_CLIENT: Connection failed, sock < 0
E (20790) HTTP: HTTP POST request failed: ESP_ERR_HTTP_CONNECT "
How to fix this or I use wrong way.
Thank everyone
Regard
What is the actual behavior?
.
Steps to reproduce.
...
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: