I wanna know correct procedure of doing HTTP post on a given URL using ESP8266 libraries.
Consider this URL. It is used to send SMS from experttexing.com by simply filling the parameters in the URL.
[url]
https://www.experttexting.com/ExptRestA ... &type=text
[/url]
Can I know how to do HTTP POST using WiFiClient library as well as HTTPClient library.
Waiting for helpful reply