-
### Describe the bug
i got problems while using proxy with agentkeepalive at the same time
here is my code:
```javascript
const { default: axios } = require("axios");
const Agent = require("age…
-
I'm encountering an error when trying to fix TikTok printer /node v20/ win 11
Run `npm audit` for details.
PS D:\tiktokprinter> npm audit
# npm audit report
axios 0.8.1 - 0.27.2
Severity: …
-
I've noticed that in the AxiosRequestConfig type:
https://github.com/axios/axios/blob/9588fcdec8aca45c3ba2f7968988a5d03f23168c/index.d.ts#L183
both httpAgent and httpsAgent are set to `any`.
https:…
-
### What would you like to share?
In the codebase, we have used fetch and Axios both for the API calls, we should efficiently have only one to be used uniformly across the codebase. So we need to m…
-
For VuexModule.
In some cases, axios may need to be configured to send certain headers or something similar to the server. Ideally, an axios instance could be provided to overload the default one.
-
Replace with `@digitalbazaar/http-client`
-
### 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…
-
Vulnerable Library - axios-1.6.7.tgz
Library home page: https://registry.npmjs.org/axios/-/axios-1.6.7.tgz
Path to dependency file: /client/package.json
Path to vulnerable library: /client/package.…
-
Very nice lib, thank you for spending time on this.
I'm using the lib in an Expo project, where I call a Gateway application which routes requests to multiple backend services. Is it possible to cr…
-
# Problem
Recently I've started hitting an `Internal Server Error` webpage every time I try to navigate to the Overseerr web ui
## Expected behavior
Overseerr UI to load
## Actual behavior…