axios

    1熱度

    1回答

    我想要將一些數據發送到使用redux和promise的php腳本,如下所示。 export function fetchFileContent() { return { type: "FETCH_FILECONTENT", payload: axios.post("/api/ide/read-file.php", { filePath: docume

    0熱度

    2回答

    這裏是產地代碼: export function startGame() { return function(dispatch) { axios({ method: 'post', url: '/api/actions/game/', data: {'game':'start'}, headers: getHeaders

    0熱度

    2回答

    我加載與愛可信一個以.json,並在文件加載以及渲染,但是當我變得不工作 editprofile.js - >創建調度和負荷,JSON export const editProfile = (callback)=>{ return function(dispatch){ dispatch({type: 'EDIT_PROFILE_REQUEST'}); ax

    1熱度

    1回答

    起反應,本地網絡庫支持以下功能 Gzip已響應 服務器重定向 void驗證緩存與ETag的響應 在Axios和Fetch Api或其他任何android和ios平臺?

    0熱度

    1回答

    我在使用webpack的localhosted服務器中運行reactjs。我需要從reactjs應用程序(客戶端)向我的後端發出ajax調用,後者也是本地託管服務器,但使用不同的端口。當我向郵遞員的後端發出請求時,沒有任何問題。但是,當我嘗試做從我的反應JS應用相同的,我在控制檯得到這個錯誤: XMLHttpRequest cannot load http://localhost:8888/api

    0熱度

    3回答

    我試圖通過axios post請求將文件發送到我的後端。 這是錯誤我目前有: cherrypy._cperror.HTTPError: (415, 'Expected an entity of content type application/json, text/javascript') 從我讀書,我需要改變的Content-Type在我的崗位要求,我環顧四周,我目前正在試圖這樣做是這樣的: h

    0熱度

    1回答

    我已經安裝了nios和typios的axios。 現在,要在TypeScript中使用它,我需要傳遞給它一個類型(T)。問題在於這個T用於請求的接口和響應的接口,這沒有任何意義,因爲顯然服務器不會返回它接收到的相同類型的數據。 interface ServerRepsonse { userID: string; } interface ServerRequest { us

    1熱度

    1回答

    我正在研究axios以便在corp防火牆內部使用某些node.js http調用API--並且我在第一個障礙中倒下了。 我發現,使用愛可信做以下 const axios = require('axios'); const API = 'https://jsonplaceholder.typicode.com'; /* GET api listing. */ router.get('/',

    1熱度

    2回答

    第一次問,所以我在這裏。 我正在嘗試對我的團隊所做的需要授權的stormpath應用程序進行GET調用。當使用郵差測試和一些配置後,一切都出來了200 Results of API call in Postman 使用curl工作 curl --verbose --user ID:SECRET -H "Accept: application/json" https://api.stormpath.

    1熱度

    1回答

    我想調用Twitters API並獲取我的鳴叫,所以我可以將它們發佈到我創建的網站上。 當我運行下面的代碼時,出現錯誤。 XMLHttpRequest cannot load https://api.twitter.com/1.1/search/tweets.json?q=%SamSchaeferSays . No 'Access-Control-Allow-Origin' header is p