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)
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.