We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
we have a very mean frontend setup. So now the bridge is sending an oauth with every request if there is no request token.
So with empty consumerKey and empty consumerSecret it also create an oauth object and use it wihtin the request.
Our Frontend Server does not allow this couse we don't have oauth ;) It's a firewall settings that we can't change.
So if there is a request with e.g. BasicAuth or Plain Auth there should be no oauth sending with it.
The text was updated successfully, but these errors were encountered:
DivanteLtd#6 added missing parameters
349a14a
No branches or pull requests
Hi there,
we have a very mean frontend setup.
So now the bridge is sending an oauth with every request if there is no request token.
So with empty consumerKey and empty consumerSecret it also create an oauth object and use it wihtin the request.
Our Frontend Server does not allow this couse we don't have oauth ;)
It's a firewall settings that we can't change.
So if there is a request with e.g. BasicAuth or Plain Auth there should be no oauth sending with it.
The text was updated successfully, but these errors were encountered: