Is there a way on the CSS 11000 series 11154 when a request for a url comes in default to port 80 to edit the http host header on the backend to change to a different port number then when returning to the client change it back to port 80.
example default url is www.website.com from client hits css the css passes the url with default host header with port 80 to webserver. I need the default url www.website.com host css with default port 80 on host header, CSS changes host header to a different port (ie 10400), the content is returned to css on changed port (ie 10400), css changes port to 80 on host header send back to client.