This package, `axios-https-proxy-fix`, is an unmaintained fork of the popular `axios` promise-based HTTP client, specifically created to address a known bug in older `axios` versions. The original issue caused an 'ERR_BAD_PROTOCOL' or '403' error when attempting to make HTTPS requests through an HTTP proxy. It ships with version `0.17.1`, last published in December 2017. As an old fork, it lacks the features, performance improvements, and security patches present in the actively maintained official `axios` library (which is currently in its `1.x` and later versions and has evolved its proxy handling). Its primary differentiator was its proxy fix, which is now largely addressed or handled through standard configurations or companion libraries (like `https-proxy-agent`) in modern `axios`.
npm install axios-https-proxy-fixVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to make GET and POST requests using `axios-https-proxy-fix`, including basic proxy configuration for HTTP proxies handling HTTPS traffic, and error handling.
Migrate to the official `axios` package. For HTTPS proxy issues, consider modern `axios` proxy configuration or libraries like `https-proxy-agent`.
Switch to the official `axios` package (npm: `axios`). The issues `axios-https-proxy-fix` addressed are either resolved in modern `axios` or handled through robust alternative patterns.
Immediately replace `axios-https-proxy-fix` with the current stable version of the official `axios` package to benefit from active security maintenance.
Use the official `axios` package, which provides up-to-date and accurate TypeScript definitions for its current API.
Upgrade to the official `axios` package (v0.2x or v1.x+). Modern Axios has improved proxy handling. If problems persist, consider using `https-proxy-agent` with Axios's `httpsAgent` option, or ensure your proxy configuration is correct for your proxy server and `axios` version.
Replace `axios-https-proxy-fix` with the current stable `axios` package (`npm install axios`). Features are backported to forks only if actively maintained, which this one is not.
Ensure the package is installed via `npm install axios-https-proxy-fix` or update your import paths to use the official `axios` package after migrating.
No dependency data recorded yet.