This is a migrated thread and some comments may be shown as answers.

how to replay sessions sequentially

7 Answers 508 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Jih-Fang
Top achievements
Rank 1
Jih-Fang asked on 21 Jul 2014, 02:48 PM
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.

7 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 22 Jul 2014, 11:53 AM
Hello,

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.
0
Eric Lawrence
Telerik team
answered on 31 Jul 2014, 09:00 PM
I'm not sure I understand what you modified inside OnPeekAtResponseHeaders... can you explain?


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.
0
Eric Lawrence
Telerik team
answered on 01 Aug 2014, 05:59 PM
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
 

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
Eric Lawrence
Telerik team
answered on 01 Aug 2014, 07:27 PM
Sure, try the hourly build here: http://ericlawrence.com/dl/fiddler2alphaSetup.exe

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.

 
Tags
Fiddler Classic
Asked by
Jih-Fang
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Jih-Fang
Top achievements
Rank 1
Share this question
or