From 0de44159802f5dfaf461066883d7bac1b0974087 Mon Sep 17 00:00:00 2001 From: Tabeth Nkangoh Date: Tue, 29 May 2018 14:19:19 -0400 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bfdd7c..38a7acb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ quickly test an endpoint that is not setup to CORS in a CORS fashion. # Usage Right now use it by filling out `config.yaml` with the appropriate options (See configuration) -and running the server, e.g. `python xorigin`. +and running the server, e.g. `python xorigin`. Alternatively, you can unzip the +latest [release](https://github.com/experianplc/xorigin/releases) and run `xorigin.exe` +after filling out `config.yaml` and putting it in the same directory as `xorigin.exe`. + # Configuration `config.yaml` has a few options: @@ -26,4 +29,5 @@ and running the server, e.g. `python xorigin`. `ENDPOINT_PORT`: The port of the endpoint (e.g. 80). -`HEADERS`: Any headers you want the server to include when proxying. +`HEADERS`: Any headers you want the server to include when proxying. By default this +includes headers for aiding with cross origin requests.