-
I want to upload a large file (about 2 GB), but every time it failed because of 10 minutes timeout limitation, so could you increment the timeout value of Axios instance in API.ts so that it can allow…
-
# 🚀 feature request
### Description
Axios is a quite heavy library for simple promise based HTTP calls (gzipped about ~4.3kB), so it would be great to replace it with a better alternative or other…
-
**Describe the bug**
Ive pulled the tokens and cookie, as I've done for a while now, but recently its been failing even with the private tab still open
**To Reproduce**
Steps to reproduce the behav…
-
## 👋 Introdução
Axios é um cliente [HTTP](https://howhttps.works/) baseado em [Promises](https://blog.rocketseat.com.br/javascript-assincrono-promises/) para fazer requisições. Pode ser utilizado tan…
-
#### Describe the issue
I'm trying to post the following json data using multipart/form-data, and have the content type header specified in the request object.
The automatic serializer to transf…
-
Affected package: axios
Ecosystem: NPM
Affected version range: < 0.21.1
Summary: Server-Side Request Forgery in Axios
Description: Axios NPM package 0.21.0 co…
-
Hi everyone,
I'm struggling for few days to find a solution. It seems that the proxy configuration is not taken into account when the site is on production. Locally everything is working fine but o…
-
# Axios post bugs All In One
> `{}` 括号的坑 ❌
```js
import axios from '@/utils/http.js';
// 保存创意
const postCreativeSave = (options = {}) => {
// post application/x-www-form-urlencoded ✅…
-
I'm using axios-module with proxy to proxy images.
here are my latest config.
>nuxt.config.js
```
modules: [
'@nuxtjs/axios'
]
axios: {
proxy: true,
retry: true,
debug: …
-
Originally created by @gomorizsolt
We often use [`node-fetch`](https://www.npmjs.com/package/node-fetch). It does seem [`axios`](https://github.com/axios/axios) is much more suitable for client- &…