Introduction
HTTP requests let your Arduino talk to websites or online services. This helps your Arduino send or get data from the internet.
You want to send sensor data from Arduino to a web server.
You want to get weather info from an online API to display on Arduino.
You want to control Arduino remotely using commands from a website.
You want to log Arduino data online for later review.