Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting custom HTTP headers #132

Open
bdw429s opened this issue May 9, 2018 · 1 comment
Open

Allow setting custom HTTP headers #132

bdw429s opened this issue May 9, 2018 · 1 comment

Comments

@bdw429s
Copy link
Member

bdw429s commented May 9, 2018

I've had a couple people ask about this. The idea is to configure a server to send some custom HTTP header response for every request such as adding an X-Frame-Options to every request. I don't know if it's possible or easy, but there might be usefulness in being able to block (or unset I think it's called in Apache) certain HTTP headers that may have been set upstream in the request.

@denuno
Copy link
Member

denuno commented May 17, 2018

I ended up adding the cookie httpOnly and secure headers by hand. Pretty easy. We could do a header-set="List=Of,Header=Values" and header-unset="List,Of,Headers" perhaps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants