This will not work all the time for all configurations. 80 is the default port for http and 443 is the default port for https. However, just as you may choose to run your http server on any port you wish, you may also choose to run your https server on any port you wish.
> From: Rob Nagler <[EMAIL PROTECTED]> > Organization: bivio Software Artisans, Inc. <http://www.bivio.net> > Date: Tue, 6 Nov 2001 08:45:45 -0700 > To: [EMAIL PROTECTED] > Subject: Re: http or https in URL? > >> But how do I get the protocol, http or https. > > You can check the port on $c->local_addr. 443 is https. > > Rob > > > > >