Request.raw_post

Hi,

how can I un-encode the contents of request.raw_post back into a normal
string of text, without all the %20’s and such?

Cheers,

Mick

The most straightforward way would be to do some kind of gsub to fix all
the formatting, but Im sure there are better fixes.