Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-09 Thread Arno Garrels
Albert Wiersch wrote:

 This brings up a question that perhaps you can answer. Should I default to
 downloading URLs and checking links with HTTP/1.1? Is there anything I should
 know other than simply changing the version property on the component?

It's just my wild guess that today there are more servers supporting only HTTP 
v1.1 than servers supporting only HTTP v1.0. 
But why not try both if one fails? 

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


Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-08 Thread Albert Wiersch

Thanks Arno! I will try that.

This brings up a question that perhaps you can answer. Should I default to
downloading URLs and checking links with HTTP/1.1? Is there anything I should
know other than simply changing the version property on the component?

Thanks,
Albert Wiersch


 -Original Message-
 
 Try HTTP version 1.1, with 1.0 I do see the error as well.

--
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] 403 when requesting https://www.ilac.org

2012-10-05 Thread Albert Wiersch

Does anyone know why I get a 403 when requesting https://www.ilac.org with
ICS/HttpCli? I can open it fine in browsers. I am wondering if it could have
something to do with SSL. Where can I get the latest libeay32.dll and
ssleay32.dll binaries that work with ICS?

Here is more info:

Proxy No proxy being used
Command GET / HTTP/1.0
Command Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Command Host: www.ilac.org:443
Command 
Header HTTP/1.1 403 Forbidden
Header Date: Fri, 05 Oct 2012 16:11:03 GMT
Header Server: Apache
Header Content-Length: 333
Header Connection: close
Header Content-Type: text/html; charset=iso-8859-1

StatusCode   = 403
ReasonPhrase = Forbidden 

Thanks,
Albert Wiersch
AI Internet Solutions LLC
supp...@htmlvalidator.com
http://www.htmlvalidator.com/



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


Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-05 Thread Arno Garrels
Albert Wiersch wrote:
 Does anyone know why I get a 403 when requesting https://www.ilac.org
 with ICS/HttpCli? 

A GET works fine however a HEAD returns 403 (tested with latest IcsHttpsTst 
FireMonkey demo).

 I can open it fine in browsers. I am wondering if
 it could have something to do with SSL. Where can I get the latest
 libeay32.dll and ssleay32.dll binaries that work with ICS?

http://wiki.overbyte.be/wiki/index.php/ICS_Download
Note that latest OpenSSL libraries require a recent ICSv7 or v8.

-- 
Arno

 
 Here is more info:
 
 Proxy No proxy being used
 Command GET / HTTP/1.0
 Command Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
 */* Command Host: www.ilac.org:443
 Command
 Header HTTP/1.1 403 Forbidden
 Header Date: Fri, 05 Oct 2012 16:11:03 GMT
 Header Server: Apache
 Header Content-Length: 333
 Header Connection: close
 Header Content-Type: text/html; charset=iso-8859-1
 
 StatusCode   = 403
 ReasonPhrase = Forbidden
 
 Thanks,
 Albert Wiersch
 AI Internet Solutions LLC
 supp...@htmlvalidator.com
 http://www.htmlvalidator.com/
--
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


Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-05 Thread Albert Wiersch

Hi Arno,

 A GET works fine however a HEAD returns 403 (tested with latest IcsHttpsTst
 FireMonkey demo).

Interesting. I still get a 403 with a GET. I'm using XE (C++Builder) and
ICS-V7. Are you able to provide all the headers that were used when you made
your successful GET request?

 http://wiki.overbyte.be/wiki/index.php/ICS_Download
 Note that latest OpenSSL libraries require a recent ICSv7 or v8.

Thanks. I am using 1.0.0d and that seems to be the latest.

Albert


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


Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-05 Thread Albert Wiersch

 A GET works fine however a HEAD returns 403 (tested with latest IcsHttpsTst
 FireMonkey demo).

Hi Arno,

I tried with the HTTPS TEST and got a 403 with GET? Any ideas? This was with
XE so no FireMonkey.

--
Albert Wiersch
AI Internet Solutions LLC
supp...@htmlvalidator.com
http://www.htmlvalidator.com/

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


Re: [twsocket] 403 when requesting https://www.ilac.org

2012-10-05 Thread Arno Garrels
Albert Wiersch wrote:
 A GET works fine however a HEAD returns 403 (tested with latest
 IcsHttpsTst FireMonkey demo).
 
 Hi Arno,
 
 I tried with the HTTPS TEST and got a 403 with GET? Any ideas? This
 was with XE so no FireMonkey.

Try HTTP version 1.1, with 1.0 I do see the error as well.

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