Re: any https / php gotchas ???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Dec 26, 2005 at 07:42:48AM +0000, Dave Carrera wrote:
> Hi List,
> 
> Are there any https / php gotchas to take into consideration for an app 
> i am writing that will run within a https environment ???

I'm not sure what kind of 'gotchas' your are worried about, but
well php doesn't really care wether you are using http or https.

There is one thing to note: if you are trying to detect in php
wether or not the request was from https or not, the result of what
is in $_SERVER['HTTPS'], depends on the webserver, the possible
values:

  if accessed via https:
    on, On, ON
    
  if accessed via http:
    !isset(), Off, OFF


Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux