Is it possible to modify request headers using ExpressJs?
I have an expressjs app server that interfaces with multiple backend services and I'd like to have this app server modify the cookies in the request such that any calls it makes to the backend services contain the new cookies.
How would I go about doing this?