diff --git a/readme.md b/readme.md index 2e1f144..e09f9ef 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ # corsy Node.js-based [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) proxy with HTTP/HTTPS support. -Available live at [corsy.jit.su](http://corsy.jit.su). +Available live at [corsy.rs.af.cm](http://corsy.rs.af.cm). ## Usage - curl -v http://corsy.jit.su/?get=https://raw.github.com/shyiko/lorem/master/readme.md + curl -v http://corsy.rs.af.cm/?get=https://raw.github.com/shyiko/lorem/master/readme.md # corsy will fetch the resourse, add # "Access-Control-Allow-Origin: *; Access-Control-Allow-Headers: X-Requested-With" # to the header and stream response back to the client