User-Agent issue with SoapUI NG (trial)
Hi,
A have an issue setting the user-agent in my soap requests with SoapUI (5.2.1) then I tried to use Ready!/SoapUI NG (1.4.1), but the problem is identical (http://community.smartbear.com/t5/SoapUI-Open-Source/User-Agent-option-issue/m-p/108121#U108121). Setting User-Agent in the global options or adding an header property in the soap request does not change behaviour.
Here are the raw header in SoapUI NG when i want to change User-Agent :
POST https://xxx.xxx.xxx/Authentification HTTP/1.1
Accept-Encoding: gzip,deflate
User-Agent: SoapUI-metier
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
Host: xxx.xxx.xxx
Proxy-Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
And here a network dump of the headers :
CONNECT xxx.xxx.xxx:443 HTTP/1.1
Host: xxx.xxx.xxx
Proxy-Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Is there any work-around to get the user-agent option working ?
Thanks.
Mathieu.
Agree! Ready! API doesn't support CONNECT method at all!
bpcemat: In the screenshots shared, I hope the wireshark dump of second instance is a mismatched one. Is it?
Thanks,
Samy