-
Hello !
**Expected Behavior**
My project has an existing Axios client configured and I want to use it as fetch implementation for Apollo-Client http link.
**Actual Behavior**
I'm working on …
-
axios 是这样判断 offline的,
它认为错误已经被浏览器隐藏,如果是网络问题会触发onerror事件
```
// Handle low level network errors
request.onerror = function handleError() {
// Real errors are hidden from us by the browser
// …
-
### Describe the bug
It's a very strange bug, I can't use axios in node environment on my deepin system, but it works fine in windows and mac.
{"message":"Request failed with status code 503","na…
-
### 问题是什么
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapterConfig | AxiosAdapterConfig[] | undefined”。
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapter”。
…
-
Issue tracker is **ONLY** used for reporting bugs.
## Expected Behavior
Don't show vulnerabilities in dependencies
## Current Behavior
`npm i`
```
3 moderate severity vulnerabilities…
-
We have abstraction layer with HttpService methods so we can replace existing implementation that is using Axios with fetch which will reduce bundle size and dependencies/number of update PRs.
-
로그인 react의 파라미터를 스프링 백으로 넘기는 과정
-
### Describe the issue
I have set `headers: { 'content-type': 'application/json' }`. But It can't be send to the server.
And I found the code https://github.com/axios/axios/blob/v1.x/lib/adapters/xh…
-
**Describe the bug**
The response intercept is not producing logs
**To Reproduce**
Steps to reproduce the behavior:
1. run server.js
2. try going to test/post
3. Only request is printed
![ima…
-
### Context
Axios was originally chosen by the team to handle http requests.
However, it was coming with an additional dependency, and it was causing conflicts for projects willing to migrate to using…