I looked at *AddHeader* "header: to add"
Add the defined header to the request passed to the back-end
server. The header is added verbatim.
But that only passes to the back-end server. I need this header
passed to the CLIENT.
-b
On Wed, Nov 11, 2015 at 5:53 PM, Brad Allison <[email protected]>
wrote:
> I found a website that shows how to do this in HAProxy but can't find one
> on how to do this in pound:
>
> https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options
>
> On Wed, Nov 11, 2015 at 5:46 PM, Brad Allison <[email protected]>
> wrote:
>
>> How do I add the following header to pound so it always replies with this
>> response header?
>>
>> X-Frame-Options: SAMEORIGIN
>>
>>
>