Re: [twsocket] HttpCli - Proxy Settings

2015-07-10 Thread Angus Robertson - Magenta Systems Ltd
> I started using Overbyte ICS today, but we work behind a Corporate 
> Proxy.
> I've tried setting the proxy params by myself, but with no success.

There are several different types of proxy server supported by ICS, are you sure
they method you chose is supported by the corporate proxy?

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] HttpCli - Proxy Settings

2015-07-08 Thread Francisco
Hello,

I started using Overbyte ICS today, but we work behind a Corporate Proxy.

I've tried setting the proxy params by myself, but with no success.

 

Here's the piece of the code I have so far.

 

with HttpClient do begin

ProxyAuth := httpAuthBasic;

Proxy := '10.1.1.254';

ProxyConnection := 'TCP/IP';

ProxyPort := '3128';

ProxyUsername := 'Francisco';

ProxyPassword := '20140402';

  end;

 

Can you help me, explaining how does the Proxy Settings work?

 

I haven't found much on the wiki, so I need help.

 

Best Regards,

 

Francisco Hansen

Delphi Developer

 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be