Click here to Skip to main content
15,904,934 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

My application is downloading file from a URL.It first authenticate then accept terms and conditions and the third step is download a file by requesting download URL.
Every thing works fine as long as fiddler is running at back end other wise a timeout occurring while responding download URL only.

Can you please suggest, what actually happen due to fiddler?

Thanks,
Posted
Updated 4-Oct-17 2:54am

1 solution

close all HttpWebResponse once they have no use,as this will open the same line.

http://stackoverflow.com/questions/1030218/httpwebreqest-works-with-fiddler-on-otherwise-timeout
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900