mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 22:09:28 +02:00
Opkman: Fixed proxy bug in the local copy of httpclient.
git-svn-id: trunk@56060 -
This commit is contained in:
parent
60a0663b44
commit
08ed378d73
@ -456,7 +456,7 @@ function TProxyData.GetProxyHeaders: String;
|
||||
begin
|
||||
Result:='';
|
||||
if (UserName<>'') then
|
||||
Result:='Proxy-Authorization: Basic ' + EncodeStringBase64(UserName+':'+UserName);
|
||||
Result:='Proxy-Authorization: Basic ' + EncodeStringBase64(UserName+':'+Password);
|
||||
end;
|
||||
|
||||
procedure TProxyData.Assign(Source: TPersistent);
|
||||
|
Loading…
Reference in New Issue
Block a user