-->
Page 4 of 14

Re: ESP8266 AJAX [SOLVED]

PostPosted: Wed Mar 30, 2016 5:09 pm
by Mauricio
@katz , great code !!, this should be at ESP8266 Arduino IDE Examples

@roboticboyer, as you noted at #26331 , I've changed /xml by xml, but still using GET, and the call works (chrome, safari, firefox) ... grrrrreeeat ! :D

Re: ESP8266 AJAX [SOLVED]

PostPosted: Thu Mar 31, 2016 10:54 am
by roboticboyer
In my Github there is an example of use of Ajax and xml
http://github.com/roboticboyer/Esempi_ESP8266/tree/master/DS1820_SPIFFS_Gauge

Re: ESP8266 AJAX [SOLVED]

PostPosted: Sat Apr 02, 2016 4:15 am
by katz
@Mauricio : Thank you! It is nice to be appreciated.

On the GET or PUT issue ... In all modern browsers the GET will work just fine, but not in Internet Explorer. When you use GET in Internet Explorer, it will retrieve data from its cache and not from the current xml-data. Using a PUT however, will force IE to refresh the data.

Re: ESP8266 AJAX [SOLVED]

PostPosted: Tue Apr 12, 2016 3:16 pm
by io0000
hey katz , i joined to this comunity only to say you

thank you so much