Day 37: 100 Days of Code
Advanced Authentication: HTTP Headers
It is used for privacy for your API keys; by using it, our private tokens do not show in the URL bar.
HTTP Requests
GET: requests.get(). Use when we request data to an external system.
POST: requests.post(). Use ...
maryambibi.hashnode.dev1 min read