axios-docs icon indicating copy to clipboard operation
axios-docs copied to clipboard

Official documentation for the axios HTTP library

Results 101 axios-docs issues
Sort by recently updated
recently updated
newest added

**Current way of translation** Currently, translation of .js and .md files is made offline. Translators should have quite a lot of technical knowledge to provide a translated copy without syntax...

enhancement

**Describe the bug** The [README.md](https://github.com/axios/axios#interceptors) from the main project contains instructions on interceptors that is not included here. For example the `synchronous` and `runWhen` options. There are probably other missing...

bug

**Describe the bug** I noticed a few accessibility issues while translating the docs to French (#63). They’re clearly not critical, but they’re still issues. Here’s a list: - There are...

bug

## Summary This PR updates the axios documentation to clarify the usage of paramsSerializer. The current documentation is insufficient as it does not explain the new method of assigning an...

**Describe the bug** The current axios documentation on paramsSerializer is insufficient and does not cover the new method of assigning an object with serialize and encode fields. This omission leads...

bug

The interceptor documentation suggests that the `onFulfilled` interceptor is only ever called for 2xx responses. However, this is only true with the default `validateStatus`.

This updates the documentation to clarify that the `proxy` config option should be disabled when using a custom `httpAgent` or `httpsAgent` to proxy requests, as described in workarounds for [#4531](https://github.com/axios/axios/issues/4531)

**Describe the bug** The `transitional` property is not documented **To Reproduce** Steps to reproduce the behavior: 1. Go to https://axios-http.com/docs/req_config 2. Search for "transitional" 3. No hits **Expected behavior** See...

bug