can i make several scripts work on a request in Fiddler? -


example demo

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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -