ankurvsoni
ankurvsoni

Reputation: 2134

Disable Shindig Caching

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?

Upvotes: 0

Views: 416

Answers (1)

Ryan Baxter
Ryan Baxter

Reputation: 1257

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.

Upvotes: 0

Related Questions