Question

What is the default http user agent header sent by the .NET SoapClient class?

Was it helpful?

Solution

I don't know if you still need this, but...

My default is:

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)

OTHER TIPS

User Agent:

Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)

Mozila = Default Browser 4.0 = Version for Default Browser MSIE = Microsoft Internet Explore 6.0 = Version of Microsoft Internet Explorer Default Text = Web Service Client Protocol (Editable in web service) 4.0.30319.1 = Version of CLR (Editable in web service)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top