You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdFusion Technical Talk
URL Encode and decode is not for obscuring URLs from users... it for passing
around URL data when there's spaces an stuff in it... Like I want to
retrieve a pdf name "My PDF File.pdf", so I encode the file name and get
www.mysite.com?myfile=My%20PDF%20File.pdf
It also sound like maybe your program or IIS has a redirect in it... because
going from ?fuseaction=IncomingMessage&Test to
fuseaction=IncomingMessage&question= ... note Test changed to question...
that's more than URL decode. That looks like a purposeful redirect.