[Catalyst] Engine::CGI POST
Matt Lawrence
matt.lawrence at ymogen.net
Mon Mar 17 10:43:28 GMT 2008
Anton Katsarov wrote:
> Hello, all,
> I am trying to get any post params using C::Engine::CGI, but no result.
>
>
I've seen this happen before with hand-made AJAX post requests missing
the proper Content-Type (application/x-www-form-urlencoded or similar).
You don't mention how you are making the requests, but if you are
building the requests yourself in any way that might be your problem.
Matt
More information about the Catalyst
mailing list