networking - fiddler autoresponder add latency rule not working -


using fiddler trying use autoresponder add rule when hit web service url per below:

http://uummas09:28020/restfulretekservice/itemwebservice.json?action=keywordsearch&username=stockonhandportlet&sessionid=p_isomgc6u5_433vh3apmwi&keywords=green&itemstatus=a 

i want fiddler add latency of 50000 milliseconds (50 seconds). having troubles getting fiddler me. here how i've tried set rule in fiddler.

enter image description here

the rule specified as...

exact:http://uummas09:28020/restfulretekservice/itemwebservice.json?action=keywordsearch&username=stockonhandportlet&sessionid=p_isomgc6u5_433vh3apmwi&keywords=green&itemstatus=a 

my first question how can wildcard url in rule not consider query string?

also tried rule work me simple url. i.e. set rule

exact:http://www.google.com.au  

but still did not work me. can point me out might doing wrong.

thanks

you haven't checked box @ top-left, enable automatic responses, none of rules run.

to create rule ignores query string, remove exact: front of rule , delete after ?.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -