HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )Proxy-Authenticate : Negotiate,Kerberos,NTLM,Basic realm="EXAMPLE.EXAMPLE.COM"
Ok thanks for this, is this the same in visual studio 2010 load test or can you do this via the GUI now in vs 2010?
Hi Brad, Yes this will work for VS2010.
This functionality is available via the designer in Visual Studio 2010 - each .webtest has these properties:
Proxy
User Name
Password
PreAuthenticate
The Proxy, UserName and Password properties have always existed. However, its important to make the distiniction to their purpose. The Proxy property is of course the proxy where you want traffic to go outbound through.
The UserName and Password properties only work for Windows Authentication such as when a web site your trying to access challenges, and of course they dont work for web forms based authentication. The UserName and Password are not used when responding to a challenge from a proxy (HTTP 407) as the proxy challenge mechanism is not handled by default, so you need the plugin to accomplish this.