skip to Main Content

nginx reverse-proxy rewriting custom header (NOT URL)

I am trying to rewrite custom header information like "Author" (not part of the URL) using nginx reverse proxy. The header information "Author:" should be rewritten from "test123" to e.g. "BASIC" command: admin1@nginx1:~$ curl -x 192.168.175.134:80 http://home1.MyWeb.eu:8081/home1/index.html?t=1 -H "Author: test123"…

VIEW QUESTION
Back To Top
Search