[Catalyst] $c->request->params empty in Internet Explorer

darrenferguson df at darren-ferguson.com
Wed Nov 26 14:16:11 GMT 2008


Hello all,

I'm new to Catalyst and am loving the framework.

Using the built in development server and internet explorer
$c->request->params seems to be an empty hash - it works fine in firefox.

I am doing a $c->log->debug(Dumper($c->request->parameters)); in my
controller and the result looks like:

[debug] $VAR1 = {};


for the same post in FireFox I get:

[debug] $VAR1 = {
          'item' => 'dasda',
          'submit' => 'Submit Query'
        };

Which is what I would expect. I've used Charles HTTP monitor to ensure that
IE is posting correctly.

Any ideas?

Thanks.
Darren. 
-- 
View this message in context: http://www.nabble.com/%24c-%3Erequest-%3Eparams-empty-in-Internet-Explorer-tp20701595p20701595.html
Sent from the Catalyst Web Framework mailing list archive at Nabble.com.




More information about the Catalyst mailing list