Nope - the best I can think of ghs.google.com although that is where inbound traffic is going to and not necessarily where url fetch hits originate from. I can't imaging all the traffic from the url fetch pool coming from any single ip address.
FWIW, A web service whitelisting an ip address is poor security because it is relatively easy for public relays to see where the traffic is coming from and then spoof hits to come from those sources. It is much better to sign your web service requests with a key like AWS SimpleDB does. On Thu, Dec 16, 2010 at 6:52 AM, jlancelot <[email protected]>wrote: > Hello everyone, > > I come back on this subject because I need to set a public IP on my GAE. > I need to call a Web Service from the server but this web service need a IP > to authorize anyone to call it. When I lauch GAE in local, there's no > problem because I can identify my IP. > > Is there a solution to set a public IP on a Google App Engine? > > Thanks a lot for your answer! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
