HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Accidental Record Deletion / Intranet
Author: Xavier Roche
Date: 01/06/2010 07:37
 
> I need to download a copy of an intranet that has
> 'delete record' links in it. Will HTTrack
> accidentally delete data when attempting to download
> what is behind the link that deletes the database
> record it is attached to?
If the links are regular links (ie. a href tags for example), yes, there is no
way for httrack do make the difference with other links. But "delete" (and
generally speaking any non invariant actions as per RFC 2616) should always be
made through POST actions to prevent this issue. Even with intranet sites, you
may also have internal clients using "download accelerators" -- that is,
modules that will preload links in viewed pages on the browser side, INCLUDING
possibly dangerous ones if they are built using regular links.

That's why I'm wondering if these links are really "normal" links or not.
HTTrack will never fetch form POST actions, for example (except manually, with
capture URL). (for this very reason, and for other complexity reasons)

> If so, do you have any
> recommendations for what to do about this scenario?
Use scan rules to filter the dangerous foes, such as:
-*/delete/*
-*?badmove
 
Reply Create subthread


All articles

Subject Author Date
Accidental Record Deletion / Intranet

01/06/2010 04:48
Re: Accidental Record Deletion / Intranet

01/06/2010 07:37
Re: Accidental Record Deletion / Intranet

01/06/2010 17:19
Re: Accidental Record Deletion / Intranet

01/07/2010 15:42




a

Created with FORUM 2.0.11