[ic] is-secure tag

Grant interchange-users@icdevgroup.org
Mon Oct 28 19:23:00 2002


>Which HTTP server are you using?  I've only ever used that UserTag
>with Apache 1.3.x.  I assumed it would work with other servers.
>

I'm running Apache 1.3.26.

>Try creating this:
>
>    UserTag show_secure Routine <<EOR
>    sub {
>        $CGI::secure;
>    }
>    EOR
>
>Put that UserTag on a secure and an ordinary page and see what's
>returned in both cases and then change your is_secure tag to match.

I put the above code in a file called show_secure.tag in the ic/usertag
directory, restarted IC, and [show_secure] returns nothing (blank) on both
secure and non-secure pages.  What's that all about?

- Grant