HTTP Post Data Processing
-
Hi, I am looking for some neat code to process HTTP Post request content data - i.e. tidy up all those '+'s and '%'s, and split the POST content string into variable name / variable value pairs. I could try this myself, but I do hate reinventing wheels ... can anyone suggest some code to do this ? Thanks, Neil Humphreys.
-
Hi, I am looking for some neat code to process HTTP Post request content data - i.e. tidy up all those '+'s and '%'s, and split the POST content string into variable name / variable value pairs. I could try this myself, but I do hate reinventing wheels ... can anyone suggest some code to do this ? Thanks, Neil Humphreys.
-
-
Thanks for the reply. Your article is a web client, which writes POST requests (presumably). However, I am after web server code, which reads POST requests. :sigh: Thanks, Neil Humphreys.