내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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.