cURL

Get IP Address using bash
https://pupli.net/2019/07/29/get-ip-address-using-bash/

Output HTTP status code using curl
https://pupli.net/2019/08/03/output-http-status-code-using-curl/

Post JSON data using Curl
https://pupli.net/2022/04/post-json-data-using-curl/

Send a GET request using Curl
https://pupli.net/2022/04/send-a-get-request-using-curl/

Ignore SSL certificate errors when using Curl
https://pupli.net/2022/04/ignore-ssl-certificate-errors-when-using-curl/

Add a header to a Curl request
https://pupli.net/2022/04/add-a-header-to-a-curl-request/

Send Cookies using Curl
https://pupli.net/2022/04/send-cookies-using-curl/

Send Basic Auth Credentials with Curl
https://pupli.net/2022/04/send-basic-auth-credentials-with-curl/

Use Curl with a proxy
https://pupli.net/2022/04/use-curl-with-a-proxy/

Follow redirects using Curl
https://pupli.net/2022/04/follow-redirects-using-curl/

Get JSON with Curl
https://pupli.net/2022/04/get-json-with-curl/

Send a CORS request using Curl
https://pupli.net/2022/04/send-a-cors-request-using-curl/

Set the User-Agent using Curl
https://pupli.net/2022/04/set-the-user-agent-using-curl/

Set a timeout for Curl
https://pupli.net/2022/04/set-a-timeout-for-curl/

Pretty Print JSON output in cURL
https://pupli.net/2022/04/pretty-print-json-output-in-curl/

POST Form Data with Curl
https://pupli.net/2022/10/post-form-data-with-curl/