我正在嘗試使用Jquery向一個名爲Cloudsight的圖像識別API發出一個Ajax POST請求。到目前爲止,我的代碼是:Jquery Ajax API錯誤:400錯誤請求
$.ajax({
type: "POST",
url: "http://api.cloudsightapi.com/image_requests",
Authorization: "CloudSight [key]",
data: {
remote_image_url: "https://www.google.co.uk/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png",
locale: "en-US"
},
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
當我嘗試運行它,我得到的錯誤:400(無效請求),我在做什麼錯?據我所看到的代碼似乎是好的...
我得到了:{{error:「收到非OAuth請求」} – Hackerman
您是否使用cloudscape API文檔進行過驗證,提供了所有必要的字段?我似乎無法訪問它,所以我不能確定我自己。 – hughjidette
該網址可能存在問題。 – Aditya