Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Dispatcher is caching content over https request

Avatar

Level 2

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. 

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

1 Reply

Avatar

Correct answer by
Level 10

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.