Welcome! Log In Create A New Profile

Advanced

Problem with modify request header

Posted by viachaslau 
Problem with modify request header
February 15, 2022 11:17AM
When do I try to use proxy_set_header for modify request header nothing happens. I don't understand why.
I use proxy_set_header in location context

location ~* /GadgetServices {
proxy_pass https://csw_backend_upstream;
proxy_no_cache 1;
proxy_cache_bypass 1;

proxy_set_header X-UWF-FinesseHost "server_name:8445";

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
}
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 109
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready