For an http redirection, say a 302, is it mandatory to return the full url of the new page, including http://
or is it possible to only send a relative address to the root url, like /my/view
?
I tried to read rfc 2616 at https://www.rfc-editor.org/rfc/rfc2616#section-10.3.3 but could find anything explicit.
Also, are there known browsers bugs regarding this ?