Re: HTTPS security and Absolute Links by Ken
Ken
Thu Jul 17 06:26:03 CDT 2008
"Christopher M." <no-spamcm_anon76@hotmail.com> wrote in message
news:g5kq2t$sdv$1@aioe.org...
> Ken Schaefer wrote:
>> If you are already connected over HTTPS, then relative links will
>> continue to work over HTTPS.
>>
>> If you need to switch protocols (HTTP -> HTTPS or HTTPS -> HTTP) then you
>> need to use absolute refs, that include the protocol you want to use.
>>
>> Cheers
>> Ken
>
> So if part of the site is HTTP and a secure part of the site is HTTPS then
> you would need to use an absolute link to qualify the HTTPS?
If a user is currently on a page that has been served over HTTP, and you
want to take them to a HTTPS secured page, then "yes", you need to use a
fully qualified URL that includes the relevant protocol.
Cheers
Ken