Disable Web Requests while typing url
问题 I'm debugging a web application running in visual studio with some breakpoints on some code that runs on every request to my web application. I find that in chrome, as I type the url past the host, it triggers a request for everything I type as I type it... As if chrome prefetches the page to make it load faster or something. While great for browsing the web, it's highly annoying when debugging code.. Anyone know of a way to disable, I've googled it a few different ways and what I can turn