-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Received HTTP status code [400] with message "No OAuth parameters supplied" when getting temporary credentials. #8
Comments
Did you ever get this sorted? |
I was able to fix the issue by swapping out a line in my .htaccess file to this:
|
This fixed my problem as well, but now I get an error that says... OAuth signature does not match |
i tried the htaccess , still same error |
@AymanEG try on postman, "add params to header" not selected, you should have url like this : |
The htaccess rule (above everything else) fixed it.
|
I'm encountering this, albeit on an Nginx server |
WP-API and OAuth are installed on my site (empty wp site for testing rest api)
in the second step i got this error and cannot make it work.
all OAuth endpoints discovered are showing "No OAuth parameters supplied"
thanks
The text was updated successfully, but these errors were encountered: