Hi, On Sun, Apr 15, 2012 at 6:59 PM, 石奇偲 <[email protected]> wrote: > I find that even when I request a same url(using HttpURLConnection class in > java) in a short time by google app engine, my google app engine's ip is not > the same. > It doesn't matter in most times,but my app simulates a logging user to a > third-party web.I use cookie to maintain the log-in status of the third > web.But when my IP is changing ,the cookies are not work again . > > The app runs well when I debug from local,because my local ip don't change. > So,is there any mathod that fixed the IP address google app engine used?
No, using a fixed IP for urlfetch is not supported. But I'm not sure why a changing IP address would cause problems with cookies. Cheers, Brian > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/29GHxd9f_cUJ. > 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. -- 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.
