Hi.

I need to do a redirect to the same URI the client requested, however it seems that Twisted Web has no support for this.

request.prePathURL() is an absolute URI, but is not good and request.uri is not an absolute URI (an absolute URI is required in the Location header http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30)


Do I need to write a fullPathURL function by myself?



Thanks   Manlio Perillo

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to