How can I disable caching in shindig? I tried passing nocache=1 parameter in the request. It disabled shindig caching but added Pragma: no-cache and Cache-Control: no-cache to the response.
I don't want to disable browser caching but just shindig caching. What is the right way to do so.
Any thoughts? Ideas?
You could disable content rewriting for all or some URLs in your gadget which will cause Shindig to not rewrite those URLs to go through the content proxy.