GNOME Bugzilla – Bug 590751
OPTIONS * not supported in the server side
Last modified: 2009-08-09 15:03:07 UTC
The server sends a "400 Bad Request" response for the valid request: OPTIONS * HTTP/1.1 Host: localhost Apparently it does not like the "*" request uri, though it conforms to the HTTP specification.
Created attachment 139916 [details] [review] Support "OPTIONS *" in SoupServer Does this work for you?
(In reply to comment #1) > Created an attachment (id=139916) [edit] > Support "OPTIONS *" in SoupServer > > Does this work for you? > It works, thanks. PS: bugzilla did not send an email to me, so I saw your patch just few minutes ago
committed