我需要有人来验证我的Magento REST API调用正确无误或可以帮助我使其正常工作

时间:2019-06-11 19:47:09

标签: magento oauth postman

我正在尝试从Magento REST API中获取一些信息,并且我遇到了401代码-Oauth签名问题。我不确定我的电话是否真的应该拨打。我正在用邮递员弄清楚。 这是网上商店的开发人员给出的,我试图从中获取信息: magento stuff 因此,我尝试构造一个调用以从网上商店返回产品:

postman stuff 在我看来,它应该可以正常工作,但是我一直收到令人恐惧的401消息,告诉我Oauth签名存在问题。

这是cURL输出,如果有帮助的话:

curl -X GET \
'http://www.stupidwebsite.com/api/rest/products/store/2?limit=100?page=1' \
-H 'Accept: */*' \
-H 'Authorization: OAuth oauth_consumer_key="3626311748bcf2072da2bd475fccfa3c",oauth_token="878c7c0eb6122e6208b75e2ba9e23f86",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1560281537",oauth_nonce="e7AQqAfttTr",oauth_signature="cvK%2FMaUQX%2FGQoiMz5WYNUa4zxf8%3D"' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Postman-Token: b039c870-105b-4756-9787-ce363d1567bd,3e40593d-6fab-4a61-87ac-2a7a9505f7f4' \
-H 'User-Agent: PostmanRuntime/7.13.0' \
-H 'accept-encoding: gzip, deflate' \
-H 'cache-control: no-cache' \
-H 'referer: http://www.stupidwebsite.com//api/rest/products/store/2?limit=100?page=1'

是否可能是服务器故障? 任何有关如何使其正常工作的帮助将不胜感激! 预先感谢!

0 个答案:

没有答案