Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
CQ dispatcher is caching content over https request. How can I config the dispatcher so that it won't cache https content?
I'm using dispatcher 4.1.5 with IIS server.
Solved! Go to Solution.
First of all your use case is not clear. Anyhow there are couple of ways to solve like
* Have different virtual host for http & https. Use different dispatcher configuration for each host.
* Manupulate the http headers using rewrite rule. Example to include query parameter for https request.
View solution in original post
Views
Likes
Replies