I am behind a standard http proxy that requires authentication. I have filled in the proxy settings under prefs/soapui/proxy -- but I always get this for every test request:
<HTML>
<HEAD><TITLE>407 Proxy Authentication Required</TITLE></HEAD>
<BODY>
<H1>Proxy Authentication Required</H1>
<H4>
Unable to complete request:<P>
Access denied due to authentication failure.
</H4>
<HR>
</BODY>
</HTML>
Logged In: YES
user_id=838515
Originator: NO
Thanks.. I'll check it out..
/Ole
Logged In: YES
user_id=838515
Originator: NO
Hi again,
can't see anything immediate wrong with the code.. can you have a look in the http log to see if the proxy credentials are missing from the request?
regards!
/Ole
eviware.com
Logged In: YES
user_id=877440
Originator: YES
I just noticed there is a 'request properties' dialog in the lower-left of my Eclipse UI -- in there is a username/password/domain -- I filled in the username/password and it works. Perhaps the http proxy code is reading from the wrong fields in request_properties fields instead of those in prefs/soapui/proxy_settings ?
Logged In: YES
user_id=838515
Originator: NO
Hi!
I suspect your proxy server requires that you send the authentication credentials preemptively (ie without a authentication challenge..), could you please try setting the "Authenticate Preemptively" option under File/Preferences/HTTP Settings?
regards,
/Ole
eviware.com
Logged In: YES
user_id=877440
Originator: YES
That does fix the problem.
I do know our proxy will challenge you for the password if not specified (it does this in Firefox/IE)...