hello
I need to run a link-checker on my dev site prior to going live. You feed the link-checker a Starting URL and off it goes finding links and checking them.
I need the link-checker to visit all pages on my site including private pages. To set things up, I created a login page specifically for the link-checking app with the alias ’linkcheck’. On this form, I call WebLogin with
.
The application will accept POST data to send with the Starting URL in order to deal with form based log-in. e.g.
http://dev.mydomain.com/linkcheck?username=test&password=testtest&rememberme=0
In MODx, this log in form just reloads without the user being logged in.
I should maybe point out that I do not want to check modx/wayfinder generated links but the content of our pages holds a number of manually entered links that need to be regularly checked for validity.
Can anyone explain how to get around this please?
Thanks
L