users@jersey.java.net

[Jersey] oauth with jersey behind a reverse-proxy

From: Julien Thomas <thomas.julien_at_gmail.com>
Date: Fri, 30 Mar 2012 14:38:23 +0200

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