使用
curl -3 -u
"f07c43a6-bb0a-4bb7-a1eb-a368db272212:e2cf19c3-6636-4712-bbe8-26b7c1ac9c09"
-v -H "Accept: application/json" -H "Content-type: application/json"
-X POST -d '{"message": {"alert":"Hello AeroGear", "badge":1}}'
https://aerogear-html5.rhcloud.com/rest/sender
推动通知我收到401个未经授权的请求。无法弄清楚如何进行身份验证?
确保您的授权参数(通过-u
)有效,并且还确保您正在为要访问的服务使用正确的凭据。
另外,如果您来自windows
(对于linux
,则可以使用),然后用双引号("
)而不是单个('
)包装邮政参数。
-d "{"message": {"alert":"Hello AeroGear", "badge":1}}"
转到此链接https://aerogear-html5.rhcloud.com,生产一个不可用的网站
您是否有一个特定的教程来获取该curl命令?