Hello All, In my setup my backend server need to see the orginal host header in the request.
So if the client requests http://myurl.com/application The backend that handles /application needs to see https://myurl.com/application in the request. How can I pass this along? Thank you - Alex

