...
/Check My Headers command-line application
Check My Headers command-line application
In this lesson, we'll learn how to use a command-line application to retrieve HTTP headers set for a web page.
We'll cover the following...
check-my-headers is a fast and simple command-line application in Node.js to ping web servers and inspect the HTTP security headers to provide a status log.
Unlike online and built-in tools, check-my-headers
need to be installed in your development ...