Correct url structure to scrape for success/verify
I've been scraping guestbooks on the post page but then saw for instance in Basti that it seems to modify the url like:
modify url=%targethost%%targetpath%?new_message=1
and verify here
verify url=%targethost%%targetpath%
But if I'm scraping the sites to already have the new_message=1 in the url is this ok? Also what exactly defines targetpath (I assume targethost is the raw domain name?)
Thanks.
Comments