Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:23:24.000Z (about 2 years ago)
- Last Synced: 2024-10-27T21:48:19.613Z (about 2 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
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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`