Is there any way to change the IP address of a GAE application when getting url from other site?

182 views
Skip to first unread message

Mike Ye

unread,
Jan 10, 2011, 8:10:21 PM1/10/11
to Google App Engine
Hi,
I am developing a GAE application, want to get other data from some
website W. And this W site has some restrict for request per IP.
I thought that my GAE app will get dynamic IP address every time when
sending request to W site.
But after testing, I find that every time , my GAE app always use the
same IP address.

So, is there any way to control or change the IP address when sending
request to other web site?

Thanks
Message has been deleted

Barry Hunter

unread,
Jan 11, 2011, 1:06:37 PM1/11/11
to google-a...@googlegroups.com
No. It might be the same IP for a while, but its not garenteed. And
instance starting up on a new server might well suddenly making
requests from a new IP. Scheduled maintaince is almost certainly
garenteed to cause a new IP address.

See if that site allows some other form of security?

- because other apps on AppEngine are using the same set of IPs it
doesnt restrict access to your app anyway.


If you need more control will need to make requests via a proxy.

> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>

Message has been deleted

Robert Kluin

unread,
Jan 13, 2011, 12:29:23 AM1/13/11
to google-a...@googlegroups.com
Hi Qiwei,
No, you can not control that, URLFetches come from a pool of IP addresses.

Perhaps you can work with the service provider, or use some other
machines as proxies for your request?

Robert

Reply all
Reply to author
Forward
0 new messages