'307 temporarily moved code when page loads in Chrome

I have run into a dilemma I cannot figure out. All my pages (currently being served on both localhost & a live server) redirect twice with a 307 header code until finally reaching the 200 success code and the page loads. This seems to only be happening in Chrome and is happening before the .htaccess file is read. The page is written in PHP. Is this an HSTS issue? If anyone has any insight on to why this is happening I would greatly appreciate it. Here is a screenshot of what the console on chrome displays:

IMPORTANT NOTE: Google Analytics is not added into the page code at all

307 code chrome console

307 code chrome temporary redirect



Solution 1:[1]

This occurs due to Chrome security settings when pinging for non-https URL.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 penmas