0.0.4 • Published 11 years ago

xhrproxy v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 years ago

A simple tool to add Access-Control-Allow-Origin: * response headers when developing an application locally, but connecting to remote API's.

Installation

# npm install -g xhrproxy

Usage

Serve all request from a remote server locally, appending an "Access-Control-Allow-Origin: *" header.
Usage: xhrproxy --server [remote address] --port [5050|local port]

Options:
  -s, --server  Remote server address
  -p, --port    Local port           
  --server                             [required]
  --port                               [default: 5050]
0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago