xiaoxiwu / oauth-dot-net

Automatically exported from code.google.com/p/oauth-dot-net
0 stars 0 forks source link

Check support for other HTTP methods #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The spec is quite vague about HEAD, PUT, OPTIONS, DELETE. However, OAuth 
should support these HTTP methods: 
http://groups.google.com/group/oauth/browse_thread/thread/fdc0b11f2c4a8dc3/
62af21ed3da4af0e

Review changes needed to support these HTTP methods within the spec.

Original issue reported on code.google.com by bruceboughton on 10 Sep 2008 at 10:30

GoogleCodeExporter commented 8 years ago
Any word on this? In order for any complete OAuth library to be truly usable, at
least PUT and DELETE need to be implemented, especially for REST-based web 
services,
which rely heavily on these other HTTP methods

Original comment by kvnsmo...@gmail.com on 21 Apr 2009 at 6:21

GoogleCodeExporter commented 8 years ago
kvnsmooth: that sounds reasonable. We will look at this with a view to fixing 
it in 
the next release.

Original comment by bruceboughton on 21 Apr 2009 at 10:40

GoogleCodeExporter commented 8 years ago
Issue 15 has been merged into this issue.

Original comment by bruceboughton on 21 Apr 2009 at 10:41

GoogleCodeExporter commented 8 years ago
Have updated the trunk to allow any HttpMethod to be specified for the protected
request. Further testing required.

Original comment by chris.s....@gmail.com on 29 Apr 2009 at 11:54