fetch-api

    0熱度

    1回答

    以下請求適用於從GraphiQL發佈突變但不適用於我的應用程序的客戶端的情況。 控制檯中出現「POST http://localhost:3001/graphql 400(Bad Request)」錯誤。 const post = { userId: store.user.id, imageURLs: store.post.request.aws.imageURLs,

    1熱度

    2回答

    這我怎麼稱呼fetch fetchOpts = {...} return fetch(url, fetchOpts) .then(checkStatus) 的URL我打電話總是會返回一個JSON數據,甚至錯誤條件: {error_message:"Encountered issue with update" status:"error", status_code:400}

    0熱度

    2回答

    我在React Native中有登錄功能,我嘗試獲取數據。功能如下: onLogin: function() { // const self = this; self.setState({modalVisible: true, modalMessage: 'Signing in'}); fetch('http://psa.autralis.com/manager

    1熱度

    3回答

    我正在嘗試調用一個簡單的REST服務提取api在React原生。我在Android上運行應用程序。 當我打電話await response.json()我得到 在JSON 意外標記位置0 ,我也試圖與await response.text(),我得到這個文本結果: Mn 0 B [C bn u [email protected] + bLR ҌBR. H #?> g t %{Z؄ U> FS0 ]

    3熱度

    1回答

    我有一個反向代理服務器,根據主機頭將您重定向到不同的服務。 但是,當使用瀏覽器向此服務器發出請求時,Host始終設置爲URL中的域名。我想: fetch("http://foo.com", {"headers":{"Host":"bar.foo.com"}}) 但它不工作

    0熱度

    1回答

    每次嘗試將數據發佈到API時都出現錯誤。 請求: changeUserAvatar(authParam, file) { let formData = new FormData(); //file is actually new FileReader.readAsDataURL(myId.files[0]); formData.append('profile_imag

    4熱度

    2回答

    我嘗試了對REST-API的ReactJS抓取調用,並且想要處理響應。呼叫作品中,我得到迴應,我可以在Chrome開發者工具查看: function getAllCourses() { fetch('http://localhost:8080/course', { method: 'POST', mode: 'no-cors', credentials: 'same

    2熱度

    2回答

    我有點難住。我忘記了如何做到這一點。 我有一個叫做ext.get()的函數,它需要一個url的參數。它從url獲取響應。 ext.get()函數旨在將響應作爲json返回。我不認爲它是這樣做的。 ext.get = (url) => { let myHeaders = new Headers(); let options = { method: 'GET',

    1熱度

    1回答

    這是捲曲例子正常工作: curl --request POST \ --url <url> \ --header 'authorization: Bearer <authorization token>' \ --header 'content-type: application/x-www-form-urlencoded' \ --data 'catego

    0熱度

    2回答

    我正在使用react和pokeAPI來做一個小型只爲樂趣項目(pokedex)。 在應用程序的用戶可以點擊一個口袋妖怪和應用程序將獲取該寵物小精靈,並顯示在模式對話框的其他信息。 問題是這樣的:在模式框中,如果用戶點擊其中一個箭頭快速點擊api,則會在每個模式框中左右箭頭更改爲前一個和下一個小寵物時間和點擊停止時,用戶必須等待所有先前的承諾解決。 我不想禁用方法或同時加載的按鈕,因爲它應該可以通過