コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to allow only certain IP address to connect to author instance

Avatar

Level 1

We are running AEM 5.6.1 with stand alone JAR file and want to know how to allow certain IP addresses to connect to author instance. Can some one provide a solution for this.

Problem: You want only certain IP address to access your author instance

Use case: You have a dispatcher in front of author instance and you want everyone to access author through dispatcher.

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

To achieve that you should use firewalling (either on a network level of using the mechanisms of your operating system). CQ doesn't have such a feature built-in. Of course you can add a custom request filter to check the originating IP address and do a redirect in case it's not the dispatcher. But that sounds rather ugly to me.

Jörg

元の投稿で解決策を見る

1 返信

Avatar

正解者
Employee Advisor

To achieve that you should use firewalling (either on a network level of using the mechanisms of your operating system). CQ doesn't have such a feature built-in. Of course you can add a custom request filter to check the originating IP address and do a redirect in case it's not the dispatcher. But that sounds rather ugly to me.

Jörg