Promise based HTTP client for the browser and node.js
23 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | docs/zh/pages/advanced/authentication.md | 48 | headers: { "X-API-Key": "your-api-key-here" }, |
| HIGH | docs/zh/pages/advanced/authentication.md | 53 | params: { apiKey: "your-api-key-here" }, |
| HIGH | docs/fr/pages/advanced/authentication.md | 48 | headers: { "X-API-Key": "your-api-key-here" }, |
| HIGH | docs/fr/pages/advanced/authentication.md | 53 | params: { apiKey: "your-api-key-here" }, |
| HIGH | docs/es/pages/advanced/authentication.md | 48 | headers: { "X-API-Key": "your-api-key-here" }, |
| HIGH | docs/es/pages/advanced/authentication.md | 53 | params: { apiKey: "your-api-key-here" }, |
| HIGH | docs/pages/advanced/authentication.md | 48 | headers: { "X-API-Key": "your-api-key-here" }, |
| HIGH | docs/pages/advanced/authentication.md | 53 | params: { apiKey: "your-api-key-here" }, |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | README.md | 681 | // `allowAbsoluteUrls` determines whether or not absolute URLs will override a configured `baseUrl`. |
| LOW | README.md | 761 | }, |
| LOW | README.md | 801 | |
| LOW | README.md | 821 | // `undefined` (default) - set XSRF header only for the same origin requests |
| LOW | README.md | 861 | |
| LOW | README.md | 901 | // Only add credentials for trusted HTTPS destinations. |
| LOW | README.md | 921 | |
| LOW | README.md | 941 | // variable as a comma-separated list of domains that should not be proxied. |
| LOW | README.md | 981 | |
| LOW | lib/adapters/http.js | 201 | if (name.toLowerCase() === 'proxy-authorization') { |
| LOW | lib/adapters/http.js | 1101 | }); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib/core/Axios.js | 161 | this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { |
| LOW | lib/core/dispatchRequest.js | 17 | function throwIfCancellationRequested(config) { |
| LOW | lib/adapters/http.js | 118 | agent.callback = function axiosTunnelingAgentCallback(req, opts) { |
| LOW | lib/helpers/estimateDataURLDecodedBytes.js | 10 | export default function estimateDataURLDecodedBytes(url) { |