Given the OutbackCDX lookup, do we know the status code of the previous visit, and hence, can we check if a url has changed status code and e.g. 200->40x. If no, add an annotation that says GONE:403/MOVED:307/ERROR:500/OK:200 (or perhaps just StatusChangedFrom:200 as the new status is already held in the log line) when we notice it?
Given the OutbackCDX lookup, do we know the status code of the previous visit, and hence, can we check if a url has changed status code and e.g.
200->40x
. If no, add an annotation that saysGONE:403
/MOVED:307
/ERROR:500
/OK:200
(or perhaps justStatusChangedFrom:200
as the new status is already held in the log line) when we notice it?