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