Skip to content

Commit

Permalink
Updated usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Devins committed Nov 21, 2010
1 parent 08c0f46 commit 306ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ If you use something like <code>curl</code> to make requests to the proxy, you w
< X-RateLimit-TTL: 60
< X-RateLimit-Reset: 1290342852

You will also need to explicitly set the <code>Host</code> header when testing since this is what the proxy uses to determine the destination for the proxied request. This is particularly important when both proxy and destination server are running on <code>localhost</code> otherwise you will get into an endless loop.
You will also need to either set your client to use a proxy or explicitly set the <code>Host</code> header when testing since this is what the proxy uses to determine the destination for the proxied request. This is particularly important when both proxy and destination server are running on <code>localhost</code> otherwise you will get into an endless loop.

Configuration
---
Expand Down

0 comments on commit 306ae7b

Please sign in to comment.