Hi,

I am trying to set up a proof-of-concept on using the Secure Data
Connector to fetch data from behind a firewall. I have the SDC itself
installed and configured correctly and it successfully connects to the
Google App Engine.

However, when I try to fetch a URL from my application using the
following code snippet, it always throws an IOException with just the
message "Unknown" - not very helpful :(

-------------
URLFetchService fetcher = URLFetchServiceFactory.getURLFetchService();

URL dataURL = new URL("http://a_url_behind.the.firewall/...";);
req.setHeader(new HTTPHeader("use_intranet","yes"));

HTTPResponse resp = fetcher.fetch(req);
-------------

Judging from the SDC log, the request is not getting through (I assume
the log would show if it did).

Has anyone else tried this? Any idea what to look for?

Regards,
Thorsten

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to