Can I stop HTTPS?

Joined
Apr 29, 2023
Messages
25
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
448
Reaction score
54
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

Forum statistics

Threads
473,871
Messages
2,569,919
Members
46,172
Latest member
JamisonPat

Latest Threads

Top