cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Disabling HTTP Options

Andy_Evans
Frequent Guest

Hello,

we are looking to disable HTTP Options on our cluster activegate, per request from our security team as it has raised concerns about potential vulnerabilities. Is there any way that those options can be disabled?

Thanks in advance


2 REPLIES 2

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @Andrew E.

You can use ActiveGate properties for the configuration. These properties are applicable for both Environment ActiveGates and Cluster ActiveGates.

Have a look on the below link for more insight.

https://www.dynatrace.com/support/help/deploy-dyna...

Regards,

Babar


AlexanderSommer
Dynatrace Champion
Dynatrace Champion

HTTP OPTIONS is necessary for REST API and Real user monitoring (beacon forwarders). The server does not respond with sensitive information, thus
is not considered a security vulnerability.

HTTPS OPTIONS method is also a requirement for CORS
calls: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS


Featured Posts