-
#### Describe the bug
I'm in company environment behind a proxy, the proxy host is `10.90.176.62` and is configured on the env vars HTTP_PROXY and HTTPS_PROXY as `http://10.90.176.62:80` **notice…
-
It would be really helpful to allow overwriting or mock the default http client. This is especially useful when the existing app is based on axios with many predefined axios interceptors and also when…
-
### 初衷/目标
axios 支持异步的钩子,这对于 JavaScript 中一些切面编程极其好用,学习下用法。
1. 支持 axios.request 和 axios.use(resolve, reject)
2. 支持 node 环境和 web 环境
### TODO类型
- [x] 类库
- [ ] 框架
- [ ] 服务
- [ ] 命令行…
-
Axios é um cliente HTTP baseado em Promises para fazer requisições. Pode ser utilizado tanto no navegador quando no Node.js, e atualmente vem ganhando bastante espaço no mercado pela sua facilidade de…
-
In case this helps anyone else using this in conjunction with `axios-retry` requires resetting the headers before re-signing.
I've added this after I add the aws4 interceptor.
```
this.$axios.in…
-
运行npm install 的时候报错,具体报错信息如下:
```
21302 warn The package axios is included as both a dev and production dependency.
21303 verbose stack Error: Unable to authenticate, need: Basic realm="https://npm…
-
### Describe the bug
**Axios version 1.6.8**
Axios library set on Chromium version 38 and lower (with help of CDN https://cdn.jsdelivr.net/npm/axios@1.6.8/dist/axios.min.js)
Since your latest A…
-
Type: Bug
I am unable to Add Linked account.
I click the User button (Bottom Left)
I get "Linked accounts" page with "Add Account" button
I clicked Add Account button,
and get error message
"E…
-
The problem of never ending Axios calls specially shows itself in the learning page: while there the Axios calls are asynchronous, they sometimes hang (this is visible in the debug info, where I saw s…
-
For those of us unable to figure it out, could you explain how we'd gain access to our data for feeds if using Apollo instead of Axios?