I came across the same problems, and changed the bit where it sets the <base
href> from:
<CFSET caller.Base= "http://" & CGI.SERVER_NAME & caller.Base>
<cfoutput><base href="#caller.Base#"></cfoutput>
to:
<CFIF cgi.https IS "off">
<CFSET caller.Base= "http://" & CGI.SERVER_NAME & caller.Base>
<CFELSE>
<CFSET caller.Base= "https://" & CGI.SERVER_NAME & caller.Base>
</CFIF>
<cfoutput><base href="#caller.Base#"></cfoutput>
Bert
ps Steve, i just downloaded the latest version from your link and it looks
like it would still cause https problem, or have i missed something?
> -----Original Message-----
> From: Steve Nelson [mailto:[EMAIL PROTECTED]]
> Sent: 29 December 2000 15:31
> To: Fusebox
> Subject: Re: Quick question
>
>
> yeah, there is a new one at:
>
> http://www.fusebox.org/content/index.cfm?fuseaction=taggallery
>
> Steve Nelson
> http://www.SecretAgents.com
> Tools for Fusebox Developers
> (804) 825-6093
>
> Shawn Regan wrote:
> >
> > Does anyone know what has come from anyone rewriting the
> > FormURL2Attributes.cfm? I recall someone saying it had a
> problem since the
> > "http://" was hard coded into so this would not do for
> "https://" when can I
> > get the official update? Fusebox.org?
> >
> > Shawn Regan
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists