Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanmorgan/https-echo
Echo the requested url and redirect to HTTPS
https://github.com/tristanmorgan/https-echo
Last synced: about 1 month ago
JSON representation
Echo the requested url and redirect to HTTPS
- Host: GitHub
- URL: https://github.com/tristanmorgan/https-echo
- Owner: tristanmorgan
- License: mit
- Created: 2023-03-09T06:04:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-09T06:04:20.000Z (over 1 year ago)
- Last Synced: 2024-04-22T00:30:20.900Z (7 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# https-echo
## Echo the requested url and redirect to HTTPS
[![Docker Image](https://img.shields.io/badge/docker-vibrato%2Fhttps--echo-blue.svg)](https://hub.docker.com/r/vibrato/https-echo/)
[![Go Report](https://goreportcard.com/badge/github.com/servian/https-echo)](https://goreportcard.com/report/github.com/servian/https-echo)
[![Release](https://img.shields.io/github/release/servian/https-echo.svg)](https://github.com/servian/https-echo/releases/latest)This is a tiny Go Web server that listens to HTTP requests and redirects them to HTTPS. Intended to run beside an HTTPS protected website or be used in conjunction with a load-balancer to keep HTTPS Everywhere. It compiles to a less than 10MB and can be used in a "FROM scratch" container.
To run, simply download and execute.
./https-echo
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/servian/https-echo](https://github.com/servian/https-echo). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The Software is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).