Sep 11th, 2019
Sometimes when doing local development, Chrome will redirect to https automatically. Here's what I do to get around it
- Open chrome developer tools (ctrl + shift + i)
- Network Tab at the top
- Click Disable cache checkbox at the top (right under network tab for me).
- Refresh page (while the developer tools is still open)