[Catalyst] POST data for base64

Tomas Doran bobtfish at bobtfish.net
Fri Apr 13 08:41:39 GMT 2012


On 13 Apr 2012, at 09:00, Сергей Дмитриев wrote:

> Hello All,
> 
> Recently we've developed small web application which, for some cases,
> receives data in base64 format, as value of one fields of POST
> request.
> I've noticed that probably there's something wrong with decoding of
> such data. E.g. + will become spaces (it's ok) but %3D still intact.
> So we using URI::Decode to finally get what we need.

There is no module called URI::Decode?

Either way, I don't think this is a Catalyst problem, and you could probably demonstrate this with a trivial one-liner - given the module you're actually using to decode things..

Cheers
t0m




More information about the Catalyst mailing list