The re-written link
HTTP::Recorder rewrites the link so that it looks like this (shown without HTML escaping to make it more readable):
<a href="http://www.cpan.org/?rec-url=http://www.cpan.org/&rec-action=follow&rec-text=CPAN&rec-index=1">CPAN</a> |
For links, HTTP::Recorder adds these parameters:
- rec-action (what action the user took, in this case "follow a link")
- rec-url (the URL of the link: http://www.cpan.org)
- rec-text (the text of the link: CPAN)
- rec-index (the index of the link: 1)
The "rec" prefix is configurable with the prefix method
$recorder->prefix('myprefix');
|
Forms are re-written in a similar fashion.