Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Click on link and added http
Message
De
26/01/2018 10:42:13
 
 
Information générale
Forum:
Internet
Catégorie:
Autre
Divers
Thread ID:
01657516
Message ID:
01657565
Vues:
41
>>>Hi,
>>>
>>>I noticed that if I have a link/url in my email that has no HTTP part, and then I click on it, the HTTP is added (I suppose by the browser).
>>>
>>>For example, if I have link:
>>>
>>>www.levelextreme.com/ViewPage.aspx
>>>
>>>and then click on it, the browser displays the page as
>>>
>>>http://www.levelextreme.com/ViewPage.aspx
>>>
>>>
>>>Note that it is "http" above and not "https". How would you make it that the browser would add "https" instead of "http"?
>>
>>It's not really the browser that adds it. If the browser makes a http request to a server which uses https then the server will redirect to the https port. What appears in the browser address bar is the address being used.
>
>Just a follow up to my earlier reply. Unfortunately the customer is still having a problem. Let me describe (in general terms)
>
>They get from their organization portal a URL for submitting a work order. This URL is using https protocol. E.g.
>
>https://organization.org/mainpage.aspx
>
>The above works since the site is using https protocol.
>
>The mainpage.aspx then sends a user/requester an email in which it provides a url to check for a status of the newly created work order. The url in the email message looks like this:
>
>to check the status of the work order click on this link:
>
>organization.org/wostatus.aspx
>
>
>When they click on the above link it opens the page with the protocol http (not https) as follows:
>
>http://organization.org/wostatus.aspx
>
>
>And the page is NOT shown. If they manually change the http to https, the page is displayed.
>
>So I need to figure out how to make the page to open (from the click in the email) with the HTTPS protocol.
>
>If you have any suggestions, please let me know.

Sounds like sloppy work on the server end :-{
If that isn't going to change then most browsers have either internal settings or extensions which will force the use of https when available.
For example, for Chrome you could try :
https://chrome.google.com/webstore/detail/use-https/kbkgnojednemejclpggpnhlhlhkmfidi/details
or
https://chrome.google.com/webstore/detail/kb-ssl-enforcer/flcpelgcagfhfoegekianiofphddckof/details
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform