keplerproject / orbit

Orbit is an MVC web framework for Lua.
http://keplerproject.github.io/orbit/
118 stars 35 forks source link

Orbit don't handle OPTIONS request method #33

Closed flpwgr closed 9 years ago

flpwgr commented 10 years ago

When trying to request a PUT method, before the PUT itself the browser start a preflight negotiation with an OPTIONS request, but Orbit respond it with a 500 Internal Error status code instead of 404 or 200.