Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

AJAX requests causing reset of ESP8266 #178

Closed
kdobrev opened this issue Jun 15, 2017 · 1 comment
Closed

AJAX requests causing reset of ESP8266 #178

kdobrev opened this issue Jun 15, 2017 · 1 comment

Comments

@kdobrev
Copy link

kdobrev commented Jun 15, 2017

I am trying to execute the following function, but my ESP crashes as soon as I press the button calling the function. It does not seem to enter any server.on();

function send_comand(gsm_number) {
var xhttp = new XMLHttpRequest;
xhttp.open("POST", "/", true);
xhttp.send("action=erasen&gsm1=" + gsm_number);
// window.location = window.location;
}

@me-no-dev
Copy link
Owner

I see no Arduino/AsyncServer code here? maybe show us that as well?

@kdobrev kdobrev closed this as completed Nov 22, 2017
me-no-dev pushed a commit that referenced this issue Jan 20, 2025
reset wrong SSL connections instead of close
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants