Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Proxy support #8

wants to merge 2 commits into from

Conversation

srour
Copy link

@srour srour commented Jul 21, 2013

Server-side requests for google places data will sometimes come through
a hosted cloud provider where outbound TCP requests are sent through
different IP ranges. Since Google has IP white listing there is a need
to have a static address for these requests. Using a proxy is the
typical solution to this.

I've added support for specifying a proxy parameter which simply calls
the node request library (and I've implictly added a dependency on the
request library).

srour added 2 commits July 20, 2013 11:55
Server-side requests for google places data will sometimes come through
a hosted cloud provider where outbound TCP requests are sent through
different IP ranges. Since Google has IP white listing there is a need
to have a static address for these requests. Using a proxy is the
typical solution to this.

I've added support for specifying a proxy parameter which simply calls
the node request library (and I've implictly added a dependency on the
request library).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant