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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -