> Tried that - still no joy. I'm going to dust of wireshark and see what's 
> going on

I still not uderstand, what happen with your current code? Any 
errors? 

Some blind ideas:

1. have you are working SSL/TLS support? (and compatible protocol and 
ciphers?)

2. Did you simulate most usual web browser headers too? I know some 
servers what require Accept* headers.

Try to add next headers before DoMethod call:

    http.UserAgent := 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) 
Gecko/20100101 Firefox/34.0';
    http.Headers.add('Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/pl
ain;q=0.8,image/png,*/*;q=0.5');
    http.Headers.add('Accept-Language: cs,en-us;q=0.7,en;q=0.3');
    http.Headers.add('Accept-Charset: 
windows-1250,utf-8;q=0.7,*;q=0.7');



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
https://www.geoget.cz/ - Geocaching solution


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to