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

https://github.com/sullrich84/preflight

preflight is a Cross-Origin Resource Sharing (CORS) testing tool for your terminal.
https://github.com/sullrich84/preflight

cli-tool cors preflight

Last synced: 5 months ago
JSON representation

preflight is a Cross-Origin Resource Sharing (CORS) testing tool for your terminal.

Awesome Lists containing this project

README

          

![preflight](https://raw.githubusercontent.com/sullrich84/preflight/master/assets/logo.svg)

# preflight

![Build Release](https://github.com/sullrich84/preflight/workflows/Build%20Release/badge.svg)
![Go Report](https://goreportcard.com/badge/github.com/sullrich84/preflight)

*preflight* is a *Cross-Origin Resource Sharing* testing tool for your terminal.
*Cross-Origin Resource Sharing* is a relevant security mechanism every web
developer has to face at a certain point in their projects. *preflight* is here
to help. It was created to support you in this process by speeding up the
configuration and testing.

### How does it work?

*preflight* will emulate the browsers preflight requests in your terminal. Just
provide the `target` you want to pre-fly, one or more `origins` the request will
be made from and *preflight* will tell you if configured your *Cross-Origin
Resource Sharing Response Headers* correctly.

### How can I get preflight?

*preflight* is available for MacOSX, Linux and Windows. You can find
the binaries in [GitHubs release section](https://github.com/sullrich84/preflight/releases).

# Feedback

This is an open source project and your feedback is essential. If you discover
bugs or other inconsistencies please open a [new issue](https://github.com/sullrich84/preflight/issues).
If you want to share your ideas on how to improve *preflight* we're happy to hear
from you in the [discussions section](https://github.com/sullrich84/preflight/discussions).