https://github.com/mathiscode/http-securifier
A simple proxy to request any HTTP resource through an HTTPS connection
https://github.com/mathiscode/http-securifier
Last synced: 24 days ago
JSON representation
A simple proxy to request any HTTP resource through an HTTPS connection
- Host: GitHub
- URL: https://github.com/mathiscode/http-securifier
- Owner: mathiscode
- License: mit
- Created: 2019-04-21T19:12:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:23:24.000Z (about 3 years ago)
- Last Synced: 2025-04-07T19:27:17.982Z (10 months ago)
- Language: JavaScript
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-securifier
[](https://heroku.com/deploy)
NOTE: This is not designed for security, but should be fine for requesting images, etc from insecure servers.
A simple proxy to request any HTTP resource through an HTTPS connection
This script was designed to prevent mixed-content warnings when you must request unencrypted resources.
After deploying to Heroku, just make requests to:
`https://your-app-name.herokuapp.com/?url=http://example.com/insecure-image.jpg`