Re: [Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Stephan Eggermont
Sven wrote: >I am not sure what you are trying to achieve with HEAD and Location, I have >never seen that. Are you trying to resolve >redirects ? There should be no >need for that since Zn follows them by default. Thanks. It is called Pier-LinkChecker. It is supposed to check all links in a Pi

Re: [Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Sven Van Caekenberghe
Stephan, I am not sure what you are trying to achieve with HEAD and Location, I have never seen that. Are you trying to resolve redirects ? There should be no need for that since Zn follows them by default. But to answer your questions, this code does work: ZnClient new url: 'http://cogniti

[Pharo-users] MIgrating pier link checker to Pharo 3

2014-03-05 Thread Stephan Eggermont
I’m trying to migrate the Pier link checker to Pharo 3, going from HTTPSocket to ZnClient. Looks like a good API improvement, but some things are still different. http://humane-assessment.com claims not to support this head request (501), as does http:://cognitive-edge.com (404). Anyone know what