but what the the + getting inserted in place of? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen M Sent: Monday, 3 November 2008 2:54 PM To: cfaussie Subject: [cfaussie] Re: CF7, URLEncodedFormat and Firefox 3
On Nov 3, 2:43 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote: > Is it causing you issues having the + in there? From what i have seen it > replaces spaces with a + in FF Basically I'm just passing a secure id to another webpage for an auto login. The guy receiving the string said to replace it, I didn't ask why. We could probably get around it some other way but now I'm curious if its a known problem with FF3. Is it just the + or other chars as well? I suppose I could test that pretty quickly. > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > > Of Stephen M > Sent: Monday, 3 November 2008 2:41 PM > To: cfaussie > Subject: [cfaussie] CF7, URLEncodedFormat and Firefox 3 > > Has anyone else had a problem getting the URLencodedFormat to stick > with FF3? (CF7) (I haven't tried with FF2) > > I am adding an encrypted string as an URL var, but we need to replace > the + with %2b Should be simple enough. I have tried it using both > Replace and UrlEncodedFormat. IE is fine, the + is replaced with %2b > and everything is OK, but FF3 puts it back to +. Why? > > Is there a way to force this? character encoding in a meta tag or > something like that? > > Stephen > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
