Google App Engine, Secure Data Connector (SCD), and supported protocols
Posted
by Pablo Alvim
on Stack Overflow
See other posts from Stack Overflow
or by Pablo Alvim
Published on 2010-06-08T20:45:57Z
Indexed on
2010/06/08
20:52 UTC
Read the original article
Hit count: 229
I've been investigating what I can do with Google's Secure Data Connector and App Engine.
Is it possible, from an App Engine application, to grab resources inside my corporate intranet without using HTTP(S)?
From what I read in the documentation, the only way to request resources through SDC is by using url_fetch, which is limited to HTTP, right?
© Stack Overflow or respective owner