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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -