Not sure if this is the right category for this doubt.
I'm trying to use HTTP GET requests on the esp.
Whenever i use GET requests with adafruit or google i get a response back . However if i use GET requests with my own site, it does not get a response back but the value gets updated in the databases. It does not enter the while(client.available()) loop.
As such i'm assuming that theres something probably wrong with my php script. If anyone has had any success in accomplishing this, let me know.
Thanks in advance.