Hi Thorsten,

>From the SDC tutorial, it looks like there are some debug settings
which you can enable which might help track down the issue. It sounds
like you might also want to try the health check gadget since it
sounds like requests are not making it through:

http://code.google.com/securedataconnector/docs/tutorials/appengine.html
http://code.google.com/securedataconnector/docs/debug.html#DebugQuery
http://code.google.com/securedataconnector/docs/debug.html#HealthCheckGadget

Please let me know how it goes, the secure data connector is pretty
new to me as well.

Cheers,

Jeff

On May 20, 3:39 am, Thor <[email protected]> wrote:
> 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