Hi Venkat, Can you clarify exactly what requests you want the security token to be sent on? Today it should be sent on any osapi.* request, any makeRequest (since [1]), and any request using OAuth. The only requests it shouldn't flow on would be those to the content proxy, for urls obtained through gadgets.io.getProxyUrl().
On a side note, one can set "gadgets.uri.iframe.alwaysAppendSecurityToken" to true in the container.js to ensure that a security token is always available to the gadget on the ifr url. [1] https://issues.apache.org/jira/browse/SHINDIG-1768 Best regards, -Stanton From: "Mahadevan, Venkat" <[email protected]> To: "[email protected]" <[email protected]>, Date: 05/14/2012 09:56 Subject: Send Security Token with each request by default Hi Is there a way in Shindig trunk to enable sending security tokens with every request? Thanks Venkat
