-
I have a suite of integration tests that use `axios` - which in turn uses the newly mocked out `XMLHttpRequest`. These calls don't return anymore.
I do stub out the API requests for the rest of my …
-
```
self.axios.post(url, {a: 1, b:2}, {
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},
}).then(response => response.data)
.then(data => {
console.log(data);
…
-
### Describe the issue
I understand that on a request's configuration the `auth` will take precedence over a custom `Authorization` header as fixed in #397. But when it comes to configuring an instan…
-
I am using axios-mock-adapter to test my components. The strange thing is that only a single test can be run successfully because the next one always breaks. Each test works fine if run individually.
…
-
### 问题是什么
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapterConfig | AxiosAdapterConfig[] | undefined”。
不能将类型“(config: AxiosRequestConfig) => AxiosPromise”分配给类型“AxiosAdapter”。
…
-
In lib/axios.ts I'm currently using axios.interceptors.response to detect a 401 or 419 response to trigger a logout system wide, but I have a problem with the way authStore is injected. It gets used b…
-
Planning to work on a backend supported set of methods similar to all the ones we have inside `useGitHub()` hook. Keeping a hook for all the methods will be a handy thing in frontend, but for server-s…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
I'm trying to get access t…
-
I want to integrate `PulseUI` with a React Native project. Can Pulse log `HTTP requests` using [`axios`](https://axios-http.com/docs/intro) or `fetch` on javascript side?
-
Is there any plan to add HTTP/2 support for node.js? Since it is now officially supported in node.js 9, I think it's highly desirable to have this library support it as well.