RE: Antwort: http or https in URL?

2001-11-06 Thread Geoffrey Young
> > sub savelink ($modul: string min 4 max 4, $page: string > default index.html) { > my $r = Apache->request; > my $session_id = $r->pnotes('sessionid'); > > my $uri = Apache::URI->parse($r); > my $hostinfo = $uri->hostinfo; > my $scheme = $uri->scheme; > > my $url = $scheme . '

Antwort: http or https in URL?

2001-11-06 Thread Michael . Jacob
Hi, we're using the following code: sub savelink ($modul: string min 4 max 4, $page: string default index.html) { my $r = Apache->request; my $session_id = $r->pnotes('sessionid'); my $uri = Apache::URI->parse($r); my $hostinfo = $uri->hostinfo; my $scheme = $uri->scheme; my $url