BASH: How to Get HTTP Response Code using Curl Command? April 17, 2025 bash script, BASH Shell, batch script, DevOps, linux No Comments To check the HTTP response code after running a curl command, you can use the -w option with curl, which allows you to specify a custom output format. Here’s … [Continue Reading...]
Two PHP Functions to Check HTTP Response Code (Status) of a URL using Curl April 12, 2021 http, HTTPS, php No Comments Check the HTTP Reponse Status Code of a Request in PHP We can use the following PHP function to send a request to the URL and get its HTTP … [Continue Reading...]