google app engine proxy workaround

Posted by Lumpy on Stack Overflow See other posts from Stack Overflow or by Lumpy
Published on 2010-03-05T17:55:06Z Indexed on 2010/06/14 7:22 UTC
Read the original article Hit count: 187

Filed under:
|
|

I am trying to build a google app engine app in Java. The app is trying to get information from another site. On my computer I am behind a firewall and need to connect to the site through a proxy. Google app engine does not allow the use of java.net.proxy. Is there a way to configure eclipse so it knows that when I use URL.getContent() my local host will connect to that url through a proxy??

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine