restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

Restlet returns 404 error when http request line contains an absolute URI with an https scheme

Open thboileau opened this issue 11 years ago • 0 comments

As reported by John Graf ( http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3073193 ):

We have a client for our Restlet web service that puts the absolute URI in the http GET request line, which is a little non-standard. Clients are supposed to send relative URIs unless they are talking to a proxy. Nevertheless, http servers are supposed to handle this case and Restlet does not. Actually it handles it as long as it isn't an https URI.

thboileau avatar Feb 20 '14 21:02 thboileau