Expand my Community achievements bar.

SOLVED

Disable HTTP methods TRACE and/or TRACK for AEM Cloud Service.

Avatar

Level 1

The HTTP methods TRACE and/or TRACK are enabled in the AEM Cloud similar to the GET, PUT and POST  HTTP methods.

 

Trace and track are for server debugging and I want to avoid any exposure to the internet.

 

Any inputs on disabling HTTP methods TRACE and/or Track for AEM cloud service would be appreciated. Thanks all!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You can explicitly disable it in your dispatcher configuration (see https://httpd.apache.org/docs/2.4/mod/core.html#limit)

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

You can explicitly disable it in your dispatcher configuration (see https://httpd.apache.org/docs/2.4/mod/core.html#limit)

Avatar

Level 1

Getting below error:
Apache configuration uses non-allowlisted directives:

  conf.d/available_vhosts/XYZ.vhost:47: <Limit>

Avatar

Employee Advisor

IIRC the use of this configuration statement should be flagged by the dispatcher validation tool. In case it is, please raise a support ticket to ask if this statement could be allowed.