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
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:
- How to play video Using Url On Android?Best solution by Stack Overflow
- How to get correct URL in HTTP header?Best solution by Stack Overflow
- How to Get Current Browser URL in Code Behind?Best solution by stackoverflow.com
- How to get live stream url from youtube live?Best solution by Stack Overflow
- how to get a hangout url from the hangout button?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.