I have a requirement where I want to check for an incoming request header from a browser and if it is set with a specific value, I would like to create another origin request header. How do I do this?
I dont want to expose the origin request header - so thinking of the above method, but if there is any other way to solve this, I could try that too.