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