So Chrome is not wanting to honor relative protocol. What is a good alternative. I am thinking about using PHP to sniff out the protocol and use a constant. Good idea?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your problem has absolutely nothing to do with Chrome. Your server is redirecting your HTTPS CSS requests to HTTP.
Go to
https://www.reflectionproducts.com/FC_CSS.css. You’ll get a 301 permanent redirect tohttp://www.reflectionproducts.com/FC_CSS.css.Chrome does indeed allow usage of URLs that do not specify protocol.