Good morning,
Using ngx_http_request_t, how can I access a custom upstream header within a module, for example:
r->upstream->headers_in->xxx_my_header->value
No matter what I try, it doesn't appear to be working
- Peter
Using ngx_http_request_t, how can I access a custom upstream header within a module, for example:
r->upstream->headers_in->xxx_my_header->value
No matter what I try, it doesn't appear to be working
- Peter