Is there a way to add HTTP response headers to a WorkDocs endpoint

1

Hi,

Is there a way to add the following HTTP response headers to a WorkDocs endpoint?

Strict-Transport-Security (Missing header). Content-Security-Policy (Missing header). X-Frame-Options (Missing header). X-Content-Type-Options (Missing header). X-XSS-Protection (Missing header).

asked 10 months ago229 views
2 Answers
1

Thanks. What about putting CloudFront in front of Workdocs endpoints? CloudFront has the ability to add response headers.

answered 10 months ago
1

Hi,

AWS WorkDocs is a managed service, meaning that AWS manages the underlying infrastructure for you. As of today, you cannot change the behaviour of the endpoint of your WorkDocs site. If you need to add custom heards, one possible workaround would be to create a simple web application that serves as a proxy and uses the WorkDocs API to interact with WorkDocs. However, this would require developing and maintaining an additional web application, and there would likely be additional costs associated with hosting and operating the web application.

profile pictureAWS
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions