I have installed the plugin made by the Wordpress Team: https://github.com/WP-API/Basic-Auth
I am making this request with Wordpress 4.6.14:
The making a GET request to the following API https://website.com/wp-json/wp/v2/users/me?access_token=blnhszockfpzflz9v7nu312s
To get the user data from WordPress but it's giving me 401 status on new versions of Chrome and Firefox browsers.
I tried this API call using postman and it's working fine.
When I use an older version of Firefox it gives me 302 status.
I have tried all the solutions that are mentioned in "401 Unauthorized with Wordpress Basic Auth Plugin" question plus all solutions mentioned in https://github.com/WP-API/Basic-Auth/issues but still no luck. Please, can anyone help me with this?