Need to change http to https.
http://myServerName/itf/sheldon/imex/ajax/share_details/v1/CH0012221716/issuer/contact.json **Should change to**
Set up your virtual host file / httpd.conf to have lines
ServerName enter.yoursite.com
Redirect / https://enter.yoursite.com/
ServerName enter.yoursite.com
ServerAdmin some@email.com
Insert EVERYTHING else in here (rewrite rules, log file stuff, etc)
This will force the website to always redirect to HTTPS and then load all the configurations you want under HTTPS.