HTTP::header Host
1 TopicHTTP::header replace Host rewrite
Hello, I'm trying to rewrite the Host header such that the client is silently redirected to a host and the browser retains the original URL. When I try this, I get a reset (presumably from abc.com). A redirect to abc.com works just fine. Please help-thanks! when HTTP_REQUEST_SEND { HTTP::header replace Host "abc.com" }1KViews0likes7Comments