Classic ASP Request.Form removes spaces?
- by alex
I'm trying to figure this oddity out... in classic ASP i seem to be losing spaces in Request.Form values...
ie, Request.Form("json") is
{"project":{"...","administrator":"AlexGorbatchev",
"anonymousViewUrl":null,"assets":[],"availableFrom":"6/10/20104:15PM"...
However, CStr(Request.Form) is
json={"project":{"__type":"...":"Alex Gorbatchev",…