[Catalyst] POST data for base64

Сергей Дмитриев s_dmitriev at inbox.ru
Fri Apr 13 08:00:56 GMT 2012


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.
Hope you will clear my misunderstanding here?
We have latest Catalyst-Runtime (.11).

Thanks, Sergey

-- 
Love never fails.



More information about the Catalyst mailing list