Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am working on a word press/woocomerce website and I will use Angular for the theme. I have a REST API for it, and I was using Postman to test the API.

I have used /wp-json/wc/v2/products?g_json to display all products, but all I get from Postman is

{
    "code": "woocommerce_rest_cannot_view",
    "message": "Sorry, you cannot list resources.",
    "data": {
        "status": 401
    }
}

I saw there is some auth to do, but I don't know how to use it. If I add a key for API auth, how will I be able to get data with this API? https://docs.woocommerce.com/document/woocommerce-rest-api/

I know how to get data from an API, but I have no idea what to do if I am required to send some keys so I can get data from API.

Thanks to anyone who helps me.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
309 views
Welcome To Ask or Share your Answers For Others

1 Answer

Used JSON Basic Authentication plugin and used chrome postman addon

enter image description here

Plugin Link:- https://github.com/WP-API/Basic-Auth


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...