Chrome:The website uses HSTS. Network errors…this page will probably work later

I am developing against localhost. This morning right after I used fiddler I started getting this error on chrome (works correctly in firefox) “You cannot visit localhost right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.” Now localhost works in chrome only if … Read more

How to verify an XPath expression in Chrome Developers tool or Firefox’s Firebug?

How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. I verify it using the Chrome plugin XPath Checker, however it does not always give me the result. What is a better way to verify my XPath. I have also tried using Firebug to inspect … Read more

How to remove all breakpoints in one step in Google Chrome?

How to remove all breakpoints in one step in Google Chrome? Using version 11. [update] There is now a feature request for this. [update] The feature request is closed (Dec 2011)!   Best Answers This is now possible in Sources tab of Chrome Developer Tools. Please see screen grab below and right click within the “Breakpoints” section … Read more

What is the “Upgrade-Insecure-Requests” HTTP header?

I made a POST request to a HTTP (non-HTTPS) site, inspected the request in Chrome’s Developer Tools, and found that it added its own header before sending it to the server: Upgrade-Insecure-Requests: 1 After doing a search on Upgrade-Insecure-Requests, I can only find information about the server sending this header: Content-Security-Policy: upgrade-insecure-requests This seems related, … Read more

How can I force a hard reload in Chrome for Android

In Chrome for desktop I have options in the dev tools to disable cache completely when dev tools are opened and I have the options to manually do a hard reload when long clicking on the reload button (with dev tools open). Is there any such technique for Chrome for Android? I didn’t find any … Read more