XF 2.0 Link problem

So why does http remain here and do not switch to https

http://audio.islamweb.net/audio/index.php?page=allsoura&qid=2023

But our forum converts to https
It may be using a protocol agnostic call (// instead of http://) which would return whatever protocol site that you were running.
So if your site is HTTPS it will return the site that is HTTPS. I know that several media sites offer both versions.
The example you gave does not use HTTPS at all - they are strictly HTTP.
Also, since that is an audio source you are embedding, if you are actually doing an embed it may be hard coded into the add-on that you are using.
As to what they are "converting" to - you don't really have much control over that. If they have a rewrite in place that rewrites all inbound HTTP calls to HTTPS you will have HTTPS content served to you.
 
Back
Top Bottom