It seams to me that overwriting Host header by adding it into HTTP Header 
Manager works only partially: port gets overwritten to actual port.
So how can I pass my value for port portion of Host header?

Example:
In HTTP Header Manager I added
<stringProp name="Header.name">Host</stringProp>
<stringProp name="Header.value">myhost.com:443</stringProp>

But I see in View Results Tree

GET https://127.0.0.1:9443/test.html

[no cookies]

Request Headers:
Connection: keep-alive
Host: myhost.com:9443

Tested with JMeter 2.13 r1665067

-- 
Best regards,
 Aliaksei                          mailto:[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to