must be a stupid question:
i have captured a set of web traffic, highlighted them and 'replay' and seems like the traffic is generated immediately and sent to the server. i need to run the traffic one line at a time (sequentially). the next line should only start after the response from the previous line is returned. how do i achieve that effect?
Thanks in advance.
i have captured a set of web traffic, highlighted them and 'replay' and seems like the traffic is generated immediately and sent to the server. i need to run the traffic one line at a time (sequentially). the next line should only start after the response from the previous line is returned. how do i achieve that effect?
Thanks in advance.
7 Answers, 1 is accepted
0
Hello,
Select the sessions, and hit the S key. Or right-click and choose Replay > Sequentially.
Regards,
Eric Lawrence
Telerik
Select the sessions, and hit the S key. Or right-click and choose Replay > Sequentially.
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0

Jih-Fang
Top achievements
Rank 1
answered on 31 Jul 2014, 06:46 PM
Thanks. now I encounter a different issue. Since the website uses NTLM authentication and 401 was returned and the flow stopped. In order to continue i modified the rule file (OnPeekAtResponseHeaders), that does the trick. however, now the sequential nature I need (Replay -> Run Sequentially) is broken.
any suggestion or workaround? Thanks in advance.
any suggestion or workaround? Thanks in advance.
0
I'm not sure I understand what you modified inside OnPeekAtResponseHeaders... can you explain?
Regards,
Eric Lawrence
Telerik
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0

Jih-Fang
Top achievements
Rank 1
answered on 31 Jul 2014, 09:07 PM
actually, i just followed your post:
http://blogs.msdn.com/b/fiddler/archive/2011/09/04/fiddler-http-401-authentication-workaround-to-support-channel-binding-tokens-removing-endless-prompts.aspx
that got me over the 401 error, but the sessions weren't run sequentially after that. Thanks.
http://blogs.msdn.com/b/fiddler/archive/2011/09/04/fiddler-http-401-authentication-workaround-to-support-channel-binding-tokens-removing-endless-prompts.aspx
that got me over the 401 error, but the sessions weren't run sequentially after that. Thanks.
0
Hi,
Thanks for the report. This issue will be fixed in version 2.4.9.3+. When you "Reissue sequentially", Fiddler will determine whether the each request triggered another (to authenticate or follow a redirect) and if so, will wait before continuing.
Regards,
Eric Lawrence
Telerik
Thanks for the report. This issue will be fixed in version 2.4.9.3+. When you "Reissue sequentially", Fiddler will determine whether the each request triggered another (to authenticate or follow a redirect) and if so, will wait before continuing.
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0

Jih-Fang
Top achievements
Rank 1
answered on 01 Aug 2014, 06:48 PM
Thanks for the quick response. is there a night build available (the latest i could find on the site is v2.4.9.2 beta)? if not, any estimate when the next version will be release?
0
Sure, try the hourly build here: http://ericlawrence.com/dl/fiddler2alphaSetup.exe
Regards,
Eric Lawrence
Telerik
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.