I have a little problem that I can't resolve....
I have an esp01, with AT firmware, I can use a "get" (http) method to put data in database:
- in local (WAMP) no problem
- on thingspeak : no problem
But with a shared hosting provider (ovh.com): it's not working !
Have you an idea of the GET request that I must send to the esp8266 for working fine ?
I have read that the host section is used in shared hosting for redirect the request to the good server, but it don't work for me ...
IE:
GET /page.php?field1=xxx
--> Work on local and thingspeak, but not on ovh
GET /page.php?field1=xxx HTTP/1.1
Host: myhost.com
--> Same as above
Have you a solution ?
Thanks !