Chat freely about anything...

User avatar
By lovelesh
#41349 Hi Everyone,

I am trying to develop a wifi based socket for understanding of HTTP APIs.
https://github.com/automote/thingSocket

I am currently using WiFiClient library for handling client queries on server. I want to integrate OTA to my code. For this I need to convert the complete code to ESP8266WebServer library and add support for OTA.

I am struck with handling multiple arguments for e.g.
http://<IP address>/a?ssid=mysid&pass=12456

How to handle multiple arguments in ESP8266WebServer library?

Thanks