[ic] Detect SSL or Non-SSL

Ron Phipps interchange-users@interchange.redhat.com
Wed Apr 24 22:52:01 2002


Using IC tags is there a way to detect if the page has been served in
SSL or non-ssl mode?  With javascript you can do:

if (document.location.protocol == "http:")

But I would like to avoid using javascript if possible.  Thanks!

-Ron