| Hi,
first of all, congrats for your software, it works fine and it's full of cool
features.
Here is my question: Can HTTrack throw POST requests and mirror the response?
Here is my case: in
<http://www.vitamindiscountcenter.net/servlet/the-226/068958035543/Detail> i
want to click in 'Add To Cart', so I can mirror the inCart page. But now I
cannot see it in my mirror.
In order to reach the cart HTTrack should click on 'Add To Cart' button, which
looks like :
<input type="submit" value="Add To Cart" class="OneClass">
and this input belongs to a form like this:
<form name="cartadd" method="POST" action="/servlet/Cart">
All inputs are already set, so we HTTrack only has to throw the request. Thank
you in advance!
Miguel | |