Re: Accessing Protected Resources (ie images)

2012-03-12 Thread Ryan J Baxter
PM Subject:Re: Accessing Protected Resources (ie images) Tricky situation, but not wholly uncommon. A few random thoughts: 1. Add an async gadgets.io.getProxyUrl() call. Painful, but would allow for a roundtrip to Shindig to pick up one or more signed URLs (or URLs w/ token attached

Re: Accessing Protected Resources (ie images)

2012-03-08 Thread John Hjelmstad
Tricky situation, but not wholly uncommon. A few random thoughts: 1. Add an async gadgets.io.getProxyUrl() call. Painful, but would allow for a roundtrip to Shindig to pick up one or more signed URLs (or URLs w/ token attached). 2. Do the URLs *need* to be dynamically generated? If not, you can ha

Accessing Protected Resources (ie images)

2012-03-08 Thread Ryan J Baxter
We have run into a problem where we have images protected by OAuth that we need to use in our gadgets. Usually a for an image would go through the content proxy (gadgets.io.getProxyUrl), but the content proxy cannot do the OAuth dance so we are kind of stuck. One solution would be to request