On 19.07.2013, at 16:45, Jan Algermissen <[email protected]> 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.
> 
> Question: How can I access the original request URI during the access phase?

I found r->unparsed_uri which seems to do the trick.

Jan

> 
> Or would you rather suggest I hook the handler into the rewriting phase 
> instead? Caveat here: when signature validation is successsful, the rwriting 
> still needs to take place.
> 
> Can I control that by putting both handlers into the rewriting phase, in the 
> correct order?
> 
> Jan
> _______________________________________________
> nginx mailing list
> [email protected]
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to