Oauth provider behind reverse proxy
问题 I try to use OAuth Provider in PHP (PECL Package) behind a apache reverse-proxy the client uses POST https://api.com/resource/oauth/request-token but 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? 回答1: I had to do this once. I ended up modifying the OAuth code to pass along the actual URL the provider will receive as well the URL I need to send to from