Spg vedr. idHttp
Hej exp,et spg vedr. idhttp og proxy, skal BasicAuthentication kun være true når proxy'en som er indtastet indeholder server & port? og false når der også er brugernavn & pass
har ingen proxy til at test med
// True fordi det er en simple auth type? server & port
IdHTTP1.ProxyParams.BasicAuthentication := True;
IdHTTP1.ProxyParams.ProxyServer := server;
IdHTTP1.ProxyParams.ProxyPort := port;
// false fordi det er "advance auth?"
IdHTTP1.ProxyParams.BasicAuthentication := False;
IdHTTP1.ProxyParams.ProxyServer := server;
IdHTTP1.ProxyParams.ProxyPort := port;
IdHTTP1.ProxyParams.ProxyUsername := user;
IdHTTP1.ProxyParams.ProxyPassword := pass;
