Configuring a web server like Apache2 or NGINX can get quite complicated given the number of elements that are now involved in serving networked data. The cURL command line tool provides excellent options to print out exactly what it’s doing when it requests an object from a remote server. Simply use the following options when using cURL to print the complete interaction between cURL and the server: curl -vIL <URL> Running cURL with these options against https://bash-prompt.net gives the fo...