axios icon indicating copy to clipboard operation
axios copied to clipboard

Promise based HTTP client for the browser and node.js

Results 815 axios issues
Sort by recently updated
recently updated
newest added

### Describe the bug Set Proxy in WIndows Batch set https_proxy=http://127.0.0.1:8888/ set http_proxy=http://127.0.0.1:8888/ set NODE_TLS_REJECT_UNAUTHORIZED=0 or Code In typescript process.env["GLOBAL_AGENT_HTTPS_PROXY"] = "http://localhost:8888"; process.env["GLOBAL_AGENT_HTTP_PROXY"] = "http://localhost:8888"; const ga:any = await import('global-agent');...

### Describe the bug Tests for components using `axios.put()` for a file upload with an `onUploadProgress` function are breaking with the following error: ``` TypeError: request.upload.addEventListener is not a function...

Solves #6485 This PR is simple and just adds a new type

This is a proposed fix for #6488, the simplest fix of warning.

### Describe the bug Axios request fails on a 302 status code when a custom scheme / protocol is in the location header. On react-native, it gives a NETWORK_ERROR instead...

type::bug

### Section/Content To Improve When I try to open a game ### Suggested Improvement what do I do ### Relevant File(s) _No response_

### Describe the issue I am making a post request with axios. When I check the response, I can see further down the tree, that an additional parameter was added,...

### Is your feature request related to a problem? Please describe. We currently add extra variables to AxiosRequestConfig so that we can access them in the intercepters. To get proper...

### Describe the issue How can I get write sth in axios instance to get origin unblocked? The error is: Access to XMLHttpRequest at 'https://... (redirected from 'https://sthn.dev/...?realm=realm&domain=domain&clientId=*&...') from origin...

### Is your feature request related to a problem? Please describe. I can't use `ECONNREFUSED` as a constant ### Describe the solution you'd like Self-explanatory ### Describe alternatives you've considered...