Hello!

I'm new here and I have two questions/problems:

//--------
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>

I was trying also to save stream to file, but it created an empty file.
//---------
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.

Best regards
kappa



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to