我正在尝试使用 XTRF 服务器的“customer-api”访问一些数据,但我得到以下信息:
"status":401,"
errorMessage":"You are not authenticated or given credentials are incorrect, please re authenticate.",
"detailedMessage":null
home-api
我确实有一个令牌可以通过同一个 XTRF 服务器访问数据。我使用customer-api
相同的令牌访问并得到错误。
我使用“curl”来访问数据,如下所示:
curl -X GET -H "X-AUTH-ACCESS-TOKEN: MYTOKEN" "https://SERVER_ADDRESS/customer-api/quotes/5558"
运行上面的命令后,我会收到错误消息。