consuming web service with authentication allways give message Authentication required
问题 I try to use consume one web service with Delphi 2010. This web service is on port 8000 with authentication. I implement the function TForm4.EncodeLoginPW(const ALogin, APW: string): string; begin Result := EncdDecd.EncodeString(ALogin + ':' + APW); // EncdDecd is not documented in end; procedure TForm4.HTTPRIO1HTTPWebNode1BeforePost(const HTTPReqResp: THTTPReqResp; Data: Pointer); var s: string; begin s := 'Authorization: Basic ' + EncodeLoginPW(UserName, Password); if not