The 101IP HTTP Headers Checker lets you view the full list of HTTP response headers for any website â directly from your browser, without tools or software installation.
HTTP headers are metadata that the server sends with each response. They control caching, security, encoding, redirects, and much more. The key headers our tool shows:
Bookmark 101IP and use our free HTTP headers checker whenever you need to quickly inspect a website's response headers.
Your domain URL may not be added to the HTTP settings on 101IP. In the settings, you can enable Strict-Transport-Security (HSTS) and Content-Security-Policy (CSP). If they are not enabled, the system will not add them, and the headers will not be sent.
Cache-Control is configured as follows: the no-cache directive forces the browser to check for updates on every request, while public, max-age=3600 enables caching for one hour. The optimal value depends on the file type and update frequency. For static resources, we recommend long-term caching.
Yes, you can add custom headers in the URL settings (for example, https://api.example.com/endpoint). Specify the required headers: Access-Control-Allow-Origin, Access-Control-Allow-Methods, and others. For complex requests, you may also need to add preflight request headers.