Can't authenticate with basic authentication using WP REST API 2.0 plugin

后端 未结 3 1894
无人共我
无人共我 2020-12-19 08:42

I\'m having an issue with basic authentication.

Trying to send a GET request with Postman (chrome plugin) using the following url: http://_MY_WEBSITE_URL_/w

3条回答
  •  攒了一身酷
    2020-12-19 09:21

    To all those who are facing these error,remove the Basic Authentication authorization in headers and send the customer_key and customer_secret as query parameter in all case( get and post) after activating JWT. This might seem odd and insecure but it works for me.

提交回复
热议问题