Chat freely about anything...

User avatar
By CaymanEss
#7729 Thank you Stephen, that is very helpful. Is there no html in the response for your example?

Is this all the data that comes back?
Code: Select all+IPD,4:9489
OK


All I am trying to do is parse the resulting html that comes back from browsing to: http://www.google.com but thus far I don't see any of the html that gets sent back when I browse to the page using something like Google Chrome.

Thanks
User avatar
By sfyffe
#7731 What you want to do is a little more complicated than just "seeing" the html response. Your code needs to buffer this and then process in some way. Have a look at these examples from Ray:

https://github.com/rayshobby/esptoy

Yes, when you update ThingSpeak this is the only response returned as I am only posting data to a web service.


Stephen