Thanks for the fast answer.
no standard there (according to wikipedia) ? I guess most restful web 
services would only use GET,POST,PUT and DELETE. (Maybe PATCH ?)
OPTIONS verb is required by CORS only, as part of their access handshake 
protocol.

But CORS could be used in other context for ex. for a simple JSON web 
service sending a GET request to a @service.run
We were obliged to implement JSONP. A generic support for CORS would solve 
the cross domain issue for all kind of services.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to