-->
Page 2 of 2

Re: Receive html from web page

PostPosted: Mon Jan 19, 2015 1:50 pm
by CaymanEss
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

Re: Receive html from web page

PostPosted: Mon Jan 19, 2015 2:00 pm
by sfyffe
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