How to rewrite URL in HTTPS?

In Coldfusion, how to know if the url is http or https?

  • Answer:

    You shouldn't check the referer, but rather other CGI variables. For Apache (don't forget CGI variables vary by server) you can check SERVER_PROTOCOL or SERVER_PORT_SECURE.

az at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You shouldn't check the referer, but rather other CGI variables. For Apache (don't forget CGI variables vary by server) you can check SERVER_PROTOCOL or SERVER_PORT_SECURE.

Jedi Master

Shouldn't you be able to use CGI.HTTP_REFERER and see if you get have https or http as part of the returned URL?

mickbw

Shouldn't you be able to use CGI.HTTP_REFERER and see if you get have https or http as part of the returned URL?

mickbw

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.