[dancer-users] OPTIONS route "Your browser sent a request which this web server could not grok."
Rik Brown
rik at rikbrown.co.uk
Fri Dec 28 18:56:45 GMT 2012
Hi all,
I'm playing with implementing an OPTIONS route.
The following code:
options '/' => sub {
return { something => 1 }
}
returns this:
<html>
<head>
<title>Bad Request</title>
</head>
<body>
<h1>Bad Request</h1>
<p>Your browser sent a request which this web server could not
grok.</p>
</body>
</html>
- whereas if the Dancer code is switched to 'get' and a GET is used, it works fine.
This request doesn't even seem to be hitting my Dancer app (just running through myapp.pl right now) - no entries in the log, even on 'core' level.
Does anyone have any thoughts before I dig further?
Cheers,
Rik
--
Rik Brown
http://www.rikbrown.co.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20121228/3739a2db/attachment.htm>
More information about the dancer-users
mailing list