> 1. HTTP examples I used don't work for me.
> I was trying many URLs, but none was working.
> 
> This piece of code shows me all headers of document.
> <code>
>         HTTP.HTTPGet(txtURL.Text);
>         for i := 0 to (HTTP.Headers.Count-1) do 
> memoLog.Lines.Add(HTTP.Headers.Strings[i]);
> </code>
> 
> ...but this clears my memo as there is nothing in HTTP.Document
> <code>      
>         memoLog.Lines.LoadFromStream(HTTP.Document);
> </code>

See for implementation of HttpGetText function for sample.


> //--------- 2. What kind of proxy authentications does Synapse support? I
> saw some example with NTLM but there is couple of others I would like to
> include in my project. I want to use it with SSL.

For SSL authorization you must set your private key to your seletced SSl 
plugin. Implementation is depended on selected SSL plugin, because each 
plugin have different capabilities. However this authorization by SSL key 
is authorization on TCP level.

For authorization on HTTP level Synapse supporting 'basic' authorization 
only. (Or you can try some NTLM authoraztion patches published here 
before a month)


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to