Can I stop HTTPS?

Joined
Apr 29, 2023
Messages
19
Reaction score
1
A page on my HTTPS site has a link to a site that does not use HTTPS. The link on my site is coded HTTP. It seems browsers currently force a HTTPS connection. Something on the linked site causes a page not found when HTTPS connection is attempted. I can get it to work if I force Firefox to not use HTTPS.

Is there any way I could code the link to tell a browser not to force HTTPS?
 
Joined
Jul 4, 2023
Messages
368
Reaction score
41
Have you tried using the full address?
HTML:
<a href="http://lorem.com">Lorem</a>
<a href="http://www.lorem.com">Lorem</a>

<!-- instead of -->

<a href="lorem.com">Lorem</a>
<a href="www.lorem.com">Lorem</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top