2.1.0 • Published 10 years ago

superstatic-proxy v2.1.0

Weekly downloads
44
License
MIT
Repository
github
Last release
10 years ago

Superstatic Proxy Service Travis

The Superstatic AJAX proxy lets you make requests to other domians without violating the Same-Origin Policy. For instance, you could mount a proxy called api that pointed to https://api.your-app.com. Once you've done so, a request to e.g. /__/proxy/api/users.json would be proxied through to https://api.your-app.com/users.json.

Configuration

The configuration for superstatic-proxy is an object where the keys are reference names for the service to which you're proxying and configuration details. An example (comments for clarity despite JSON syntax):

{
  "api": {
    // the origin of the server to which you want to make requests
    "origin": "https://api.your-app.com",
    
    // set default headers present on every request. these can be
    // overridden on individual AJAX requests
    "headers": {
      "Accept": "application/json"
    },
    
    // if true, send the cookies from the static app along to the server
    "cookies": false,
    
    // set a timeout for requests sent to the proxy (defaults to 30 seconds)
    "timeout": 30
  }  
}
2.1.0

10 years ago

2.0.3

11 years ago

2.0.3-rc2

11 years ago

2.0.3-rc1

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago

2.0.0-rc1

11 years ago

1.0.3-rc19

11 years ago

1.0.3-rc18

11 years ago

1.0.3-rc17

11 years ago

1.0.3-rc16

11 years ago

1.0.3-rc15

11 years ago

1.0.3-rc14

11 years ago

1.0.3-rc13

11 years ago

1.0.3-rc12

11 years ago

1.0.3-rc11

11 years ago

1.0.3-rc10

11 years ago

1.0.3-rc9

11 years ago

1.0.3-rc8

11 years ago

1.0.3-rc7

11 years ago

1.0.3-rc6

11 years ago

1.0.3-rc5

11 years ago

1.0.3-rc4

11 years ago

1.0.3-rc2

11 years ago

1.0.3-rc1

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago