HTTP POST command

Red Squirrel

No Lifer
May 24, 2003
70,399
13,699
126
www.anyf.ca
When sending a HTTP POST command using x-www-form-urlencoded format, what are some characters that need to be escaped for the actual post data section?

I know space has to be turned into + and \r \n = and & into their %hex values, but I'm just wondering if there's any other chars I should worry about? Thanks in advance.