WP-API / OAuth1

OAuth server implementation for WP API
http://oauth1.wp-api.org/
327 stars 109 forks source link

Unclear error when URL redirect happens #201

Open drsdre opened 7 years ago

drsdre commented 7 years ago

Situation

By accident the API got called on http whilst the site was setup on https. Although the access request was redirected, OAuth1 responded with error 400 'No OAuth parameters supplied'.

If possible, this situation should be detected and a more clear error messages should be given such as ' OAuth parameters lost during redirect from x to y.'