users@jersey.java.net

[Jersey] Re: oauth with jersey behind a reverse-proxy

From: Martin Matula <martin.matula_at_oracle.com>
Date: Fri, 30 Mar 2012 17:47:12 +0200

Hi,
Can you please share what reverse proxy are you using and give an
example of URL rewriting being performed?
I can try to see if I can add some additional configuration option to
the Jersey OAuth module to work around the reverse proxy issue.
Would be ideal if you can file an issue in Jira and include the info there.
Thanks,
Martin

On 3/30/12 2:38 PM, Julien Thomas wrote:
> Hi,
>
> I have developed my webservice with jersey and its oauth dependency
> Everything is fine when I test
>
> Our production architecture uses a reverse proxy which rewrites some
> URLs and the Oauth signature cannot be validated by my OAuth provider
>
> Is there a way to use Jersey and OAuth behind a reverse proxy?
>
> Thank you for your help