On Fri, Apr 17, 2015 at 5:44 AM, TEMP TEMP <[email protected]> wrote: > > I'm an italian guy leaving in Germany. I'd like to bypass the country > copyright restriction to view the Italian television. > The TV webapp recognize a German IP address so it denied the vision. Is > there a way, using GAE - proxy to exit with an italian IP address? >
You can't pick the IP addresses that GAE uses for URLFetch, so the short answer is no. If you're willing to use a Compute Engine <https://cloud.google.com/compute/> machine, you can configure a proxy server and run your connection through that: http://www.makeuseof.com/tag/set-proxy-server-ubuntu-linux/ ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALBPX80TicS8gxt6BQZ8UApwG79qw6AAPDochJTwcqVASw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
