can i make several scripts work on a request in Fiddler? -
suppose there url, "http://test.com/cgi-bin/static/index.html",i want both scripts work.is possible pass through request on several fiddler scripts?
as noted in fiddler book:
*script-specified functions names contain word filter cause rule treated non-final, allowing subsequent rules apply.
so if wanted savelogin
function not prevent host81
rule being evaluated, rename savelogin
savelogin_filter
.
Comments
Post a Comment