Re: Info about original request URI in access phase

2013-07-19 Thread Jan Algermissen
On 19.07.2013, at 16:45, Jan Algermissen wrote: > Hi, > > I am writing a handler that checks a request signature during the access > phase. > > When there is URI rewriting, the URI the client used when signing does not > match the URI the handler sees when checking the signature. > > Questi

Info about original request URI in access phase

2013-07-19 Thread Jan Algermissen
Hi, I am writing a handler that checks a request signature during the access phase. When there is URI rewriting, the URI the client used when signing does not match the URI the handler sees when checking the signature. Question: How can I access the original request URI during the access phase?