sivaPR
sivaPR

Reputation: 41

Set http request headers via websphere application server admin console

Is it possible to set http request Header (Like Content-Security-Policy "default-src 'self';") in websphere application server admin console?

Upvotes: 0

Views: 2318

Answers (1)

M. Broz
M. Broz

Reputation: 738

The websphere application server's admin console does not provide a way to set request headers (neither for it, nor applications running on the server).
I'd instead recommend setting the headers via a java servlet filter or an edge/proxy server.

Upvotes: 1

Related Questions