Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).