Can someone post an example code for sending data in a URL using HTTPClient on a ESP32 (I'm using dweet as an example, I have a different site)?
Say I have a sensor data of temperature (24'C - nevermind the "'C", sensor only shows the number which is what I want) and humidity (30%) and want to send those as URL like this: http://dweet.io/sensor.php?temperature=24&humidity=30
I guess header should be "HTTP/1.0".
Ways to send over HTTPS without CA or fingerprint would also be helpful.
Practices to avoid memory leaks and to prevent errors or crashes would be a delightful bonus. :-)