I try to use my OAuth provider developed with Jersey behind a apache reverse-proxy
the client uses POST https://api.com/resource/oauth/request-token
my oauth provider receives POST http://api.com/mywebservice/resource/oauth/request-token
the signature cannot be verified so the request fails
have you any idea about resolving this issue?