Arduino + Esp8266

Using the sparkfun AT arduino library.

Loaded up the shield demo example:

https://github.com/sparkfun/SparkFun_ES … hield_Demo

Connection to my AP succeeded.

The tcp client connection/get request to example.com worked.

For some reason, the server sample keeps failing.

When I go to the server ip address (in a browser), the serial window in the arduino ide says that a client connected & prints out the “Sending HTML page” text to the serial window.

After that I get nothing, the page never totally resolves.

So I made the same http request in Fiddler & it shows that I just never get a response from the 8266/arduino.

If I make the request to the arduino/8266 with Fiddler say, 5 times, maybe one of those requests will actually come back with a response (200).

Anyone else experience this or have any idea why that might be happening? I’m using the pro micro, but I don’t think should matter.

I shortened the body to see if the string length was overloading it but that didn’t make a difference.

Kind of perplexed by why it gets my request but fails to send the response.

Thanks!