You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by eeadev dev <ee...@gmail.com> on 2017/10/26 16:06:53 UTC

[users@httpd] header out working in local apache but not on development environment

I used this apache C function

*        apr_table_addn(r->err_headers_out , "Remote-Proxy-User",
"UserUpn=ME");*
I can see the result in my chrome dev tool when I use it in an apache
running locally but It does not work in the development environment.
what could be the reason?
Thank you