Skip to content

Commit

Permalink
Update README.md (#1131)
Browse files Browse the repository at this point in the history
Update link to properties
  • Loading branch information
eladb authored and jcrugzz committed Jan 11, 2017
1 parent e6f24ba commit c979ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Click [here](UPGRADING.md)
### Core Concept

A new proxy is created by calling `createProxyServer` and passing
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L33-L50))
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L22-L50))

```javascript
var httpProxy = require('http-proxy');
Expand Down

1 comment on commit c979ba9

@ColtraneNadler
Copy link

@ColtraneNadler ColtraneNadler commented on c979ba9 Jul 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I use this module to proxy my requests to dynamic targets, instead of 1 target? Like, lets say I connect from my browser, and want to request google.com through the proxy, and then post to twitter.com. Not http servers on the same machine, in the same script.

And is their already an authentication feature, or do I need to write that myself (Authorization header).

Please sign in to comment.