API Authentication
-
I have been working with the WooCommerce REST API to develop a cross-platform product management solution for my store. I am working in JavaScript (MERN stack) and have been using Axios for my XHR client.
After some initial struggles due to not installing the JSON Basic Authentication plugin, I was able to get everything running smoothly. However, this morning, I was suddenly unable to authenticate via the API. After spending the whole day playing with it (including attempting — unsuccessfully, probably for related reasons — to integrate the official WooCommerce-API Node package and finally getting our site’s SSL certificate installed), I have managed to get read access back, but no luck on writing. The API key I generated on the admin panel is tied to a dedicated WooCommerce user with Admin access.
Does anyone have any insight on what could possibly have caused my authentication to fail out of nowhere?
The topic ‘API Authentication’ is closed to new replies.