Dispatcher returns 403 Error with port in Host-Header
Our AEM author instance is running behind a Apache webserver. The Apache webserver uses the dispatcher and the ssl module. If we send a POST request with the Host-Header "cms.domain.com:443/path/file.html" to the AEM author instance, the Apache returns a 403 Error. If we use the Host-Header "cms.domain.com/path/file.html" (widthout port) it works. We ar not able to change the configuration in the sending application, so the Apache must process the Host-Header with the port inside.
How should we configure the dispatcher.any?
Do we have to configure every domain/subdomain with and withour port (e.g. cms.domain.com:443 and cms.domain.com)? Or ist there an other, better solutiion?
We are using Apache 2.4 and the dispatcher module 4.2.2 together wirth AEM 6.2.
Thank you for aour assistance.
Regards
Thomas