I am working on a project where arduino is acting as a web-server and my PC is sending data by http POST method to the IP address of the arduino.
My questions-
- Where is the received data stored by arduino?
- How to access it?
I am working on a project where arduino is acting as a web-server and my PC is sending data by http POST method to the IP address of the arduino.
My questions-
Post your code.