Command-line tool for transferring data using various network protocols
<aside> 💡 By default curl uses HTTP GET method.
</aside>
<aside>
💡 Many login forms would redirect us to a different page once authenticated (e.g. /dashboard.php). If we want to follow the redirection with cURL, we can use the -L flag.
</aside>