13 Oct
2011
13 Oct
'11
11:19 a.m.
Hello,
I can't reproduce that. Here is what I did:
$ curl -I -X POST http://0:3000/ HTTP/1.0 200 OK
The missing part is adding POST parameters, with the following command:
$ curl -I -X POST -d "hello=world" http://0:3000/
Very interesting debug infos, thanks a lot, I'm going to investigate further, but I'm suprised becasue this code comes from Dancer1 (actually, it even come from Plack::Request in the first place) so well it's theoritically trustable. Anyway, I'll investigate. Thanks.