Forum Moderators: open

Message Too Old, No Replies

URL-encoded data

what does it mean?

         

fashezee

2:21 pm on Aug 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am setting up an online form for payments. The specifications are requesting me to send the info
as URL-encoded data. What exaclty does this mean? I have a SSL connection on the page, is this
sufficient?

bobriggs

2:31 pm on Aug 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Certain characters need to be escaped. For instance, spaces need to be changed to + (although %20 is acceptable). Other Characters are replaced with their hexadecimal equivalent preceded by a %.

Full list can be found here: [ietf.org...] but I'm having trouble loading the pages.

A Browser will do this automatically:
[w3.org...]