get-url works on some sites
Posted: Fri Sep 11, 2020 6:12 am
Hi,
I love get-url and what it makes available for coding!
It seems to work on some sites and others not so much.
I have never had any issue before with using get-url for http calls.
For example, on both nearlyfreespeech.net and my laptop, it hangs on some sites.
(get-url "http://newlisp.org") -- works!
(get-url "http://nearlyfreespeech.net") -- doesnt't work!
(get-url "http://amazon.com") -- doesn't work!
(get-url "http://google.com") -- works!
When it doesn't work, it just hangs.
I am guessing this is a server blocking issue for get-url requests?
On my nearlyfreespeech server, the logs say:
newLISP v.10.7.1 32-bit on Linux IPv4/6 UTF-8 libffi
newLISP v.10.7.5 64-bit on BSD IPv4/6 UTF-8
Thank you much for any quick tips on this! :D
I love get-url and what it makes available for coding!
It seems to work on some sites and others not so much.
I have never had any issue before with using get-url for http calls.
For example, on both nearlyfreespeech.net and my laptop, it hangs on some sites.
(get-url "http://newlisp.org") -- works!
(get-url "http://nearlyfreespeech.net") -- doesnt't work!
(get-url "http://amazon.com") -- doesn't work!
(get-url "http://google.com") -- works!
When it doesn't work, it just hangs.
I am guessing this is a server blocking issue for get-url requests?
On my nearlyfreespeech server, the logs say:
Code: Select all
[Fri Sep 11 05:52:46.179236 2020] [cgi:warn] [pid 6060:tid 34480497408] [client 174.16.51.59:0] AH01220: Timeout waiting for output from CGI script /fs6b/abc/public/go.cgi
[Fri Sep 11 05:52:46.179516 2020] [core:error] [pid 6060:tid 34480497408] (70007)The timeout specified has expired: [client 174.16.51.59:0] AH00574: ap_content_length_filter: apr_bucket_read() failed
newLISP v.10.7.5 64-bit on BSD IPv4/6 UTF-8
Thank you much for any quick tips on this! :D