On Thu, Jan 22, 2015 at 7:51 AM, 謝昆荃 <[email protected]> wrote:
> I'm wonder is there a way can let me open an HttpURLConnection via proxy > on google app engine using java? > You can open a HttpURLConnection, but App Engine's security sandbox prevents the use of the proxy aspect of the class. If you do need to connect via a proxy, try running your code on a managed VM: https://cloud.google.com/appengine/docs/java/managed-vms/ ----------------- -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/CALSvALBF2u_q0hFcL7cmRuL1w1zw-wtwV1Z3jfZi07DLA2iuKQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
