SoapUI (Ready! API) uses same HTTP Authorization for Proxy -
when setting proxy settings manually in soapui (ready! api) smartbear, uses same settings http authorization server, leading 407 - auth required proxy server.
the same test using curl works perfectly: takes proxy username / password proxy-authorization
header , params in --user
authorization
header.
is bug or missing something?
it known bug in both soapui , ready! api. workaround exists however.
set proxy credentials. skip setting credentials on request. instead open header tab , add new header called authorization
. take username , password in form username:password
, base64 encode it. set value of header basic base64string
. example: if username user , password pass value should basic dxnlcjpwyxnz
.
this make request correct proxy-authorization
, authorization
headers.
Comments
Post a Comment