Is there a way to make an HTTP request using the Chrome Developer tools without using a plugin like POSTER?
Keeping it simple, if you want the request to use the same browsing context as the page you are already looking at then in the Chrome console just do:
window.location="https://www.example.com";