1
votes

I have some JAX-RS services deployed in WebLogic 12.2.1. When any service send a response, WebLogic will add the following response headers:

X-ORACLE-DMS-ECID
X-ORACLE-DMS-RID

How do I remove these two response headers?

1

1 Answers

1
votes

This can be done with the following JVM properties :
-Doracle.dms.context=OFF
-Dweblogic.diagnostics.context.DisableDMSHTTPAlways=true
But, removing these headers is not supported by Oracle when using FusionMiddleware because some OFMW components should not work properly any longer.