Chat freely about anything...

User avatar
By TacticalNinja
#39087 Hi!

As the title reads I want to know how to open or navigate to a webpage, and pass a URL parameter using the esp8266. I have tried using AT+CIPSTART to no avail and end up with a DNS error. Here's what I'm trying:

AT+CIPSTART="TCP","www.sample.com?params1=value1&params2=value2",80

Opening just the www.sample.com works, but fails when I add the parameters.

Is this possible? Are there other ways to do this correctly?

Best,
P.O.