1
WooCommerce REST API同じブラウザでWordpressにログインしているときに認証が失敗しています。WooCommerce REST APIログイン時に認証が失敗する
ログアウト - すべてが
ログの作品 - と、このエラーが発生します。
{"code":"woocommerce_rest_cannot_view","message":"Sorry, you cannot view this resource.","data":{"status":401}}
同じでは、Ajaxのために行く:
jQuery.ajax({
url:'https://example.com/wp-json/wc/v1/products/30552?consumer_key=ck_xxx&consumer_secret=cs_xxx',
success:function(d){window.d = d;}
});
と直接同じURLにアクセスしようとしていますブラウザ。
このシチュエーションの原因は何ですか?
私はそれには何ら有用な理由は考えられません。