WooCommerce REST API authentication methods
Question
I want all queries coming to the WooCommerce REST API
[/v3/]
such as [POST, PUT, UPDATE, eg.]
to work just like WordPress’ Cookie authentication.
In short,
[GET]
requests are completely open. (No authentication required)![POST, PUT, UPDATE, eg.]
requests are pass on the Cookie Authentication (if the user has the authority works).
I think of a scenario like above. But I could not configure the required settings. Can you help me with the adjustments I need to make in functions.php
for this?
0
1 month
0 Answers
4 views
0
Leave an answer
You must login or register to add a new answer .