Remove HTTP is plugin that scans and removes both http and https protocols from all links.
This helps resolve websites that are having mixed content warnings which is when the website has assets loading both HTTP and HTTPS...
Simply install and activate the plugin and the changes will be immediate.
There is option to change internal links to URLs..
Upload the plugin to the wp-content plugins directory..
Activate the plugin through the Plugins WordPress..
Mixed content occurs when HTML is loaded over secure HTTPS connection, but other resources are loaded over HTTP connection.
This is called mixed content because both HTTP and HTTPS content being loaded to display the same page, and the initial request was secure over HTTPS.
Seemed to work as http and https were striped site wide not only on the front end but surprisingly in even on the back.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more