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

Fiddler and FiddlerCore missing specific HTTP traffic

13 Answers 578 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 12 Jan 2015, 09:48 PM
Hello, I'm having an issue where Fiddler and FiddlerCore are missing specific HTTP traffic.

I'm using both to determine where video players keep their video files by tracing the HTTP requests and issue takedowns on those locations. Problem is starting from at least last week, I am not seeing the requests/responses for these video files from a single website that I was once able to see in Fiddler or using FiddlerCore in my C# applications. I am seeing all other HTTP traffic, I have no filters on, and the missing requests are not HTTPS.

An example URL is: http://megashare.im/watch-bhaag-milkha-bhaag-2013-online-free-megashare.html

The video player on this page will make a HTTP request once clicked:

GET /sec/QG3_yEC-vQTki3g6EJ14cw/1421136000/hls-vod-s3/flv/api/files/videos/2014/08/13/140787548142f4e.mp4.m3u8?socke.ts= HTTP/1.1\r\n

Both Fiddler and FiddlerCore do not capture this request or its response. I was able to get the missing request by using WireShark:

01.Hypertext Transfer Protocol
02.    Expert Info (Chat/Sequence): GET /sec/QG3_yEC-vQTki3g6EJ14cw/1421136000/hls-vod-s3/flv/api/files/videos/2014/08/13/140787548142f4e.mp4.m3u8?socke.ts= HTTP/1.1\r\n
03.      GET /sec/QG3_yEC-vQTki3g6EJ14cw/1421136000/hls-vod-s3/flv/api/files/videos/2014/08/13/140787548142f4e.mp4.m3u8?socke.ts= HTTP/1.1\r\n
04.      Severity level: Chat
05.      Group: Sequence
06.    Request Method: GET
07.    Request URI: /sec/QG3_yEC-vQTki3g6EJ14cw/1421136000/hls-vod-s3/flv/api/files/videos/2014/08/13/140787548142f4e.mp4.m3u8?socke.ts=
08.    Request Version: HTTP/1.1
09.  Host: c3.vkcache.com\r\n
10.  Connection: close\r\n
11.  
13.  HTTP request 1/1

I have noticed that when navigating to the example URL the Fiddler GUI logs many errors in this format:

1.11:15:33:3909 [Fiddler] No HTTP request was received from (chrome:5372) new client socket, port 61461.
2.11:15:33:3909 [Fiddler] No HTTP request was received from (chrome:5372) new client socket, port 61462.

And FiddlerCore is also returning errors when I'm attempting to parse the Sessions when navigating to the example URL using Selenium in my C# application:

1.The client failed to send a complete request before the timeout period elapsed.

I'm not exactly sure why Fiddler isn't able to fully capture these video source URLs, but any help would be appreciated.

Thanks,
Anthony
 

13 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 13 Jan 2015, 03:47 PM
Unfortunately, our overzealous corporate firewall blocks access to the target site, so I can't see it from here. There are three possibilities:

1> The target video is already in your cache, so it's not being downloaded again.
2> The target video is playing back through some other application which doesn't (by default) respect the system's proxy settings and thus it must be manually configured to do so.
3> The target video is actually downloading over some other protocol (Flash has a way to stream video directly on TCP/IP) and thus it doesn't run through a proxy.

Based on the description alone, #1 or #2 seem most likely.

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
bahare
Top achievements
Rank 1
answered on 26 Apr 2015, 12:40 PM

there,

 have a problem similar to .  run an application on a server successfully by connecting to it.  capture the attempt to run the app.  then, can't record the requests and responses that are transferred. set in Gateway tab fiddler?

you

0
Eric Lawrence
Telerik team
answered on 27 Apr 2015, 06:53 PM
Hello, Bahare--

You really haven't given us anything to go on. Without more details, no one will be able to help you. What is the application? Where is the traffic sent? What does "I capture the attempt to run the app" mean? Are you able to successfully capture traffic from other applications? etc.

Regards,
Eric Lawrence
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Jean
Top achievements
Rank 1
answered on 14 Jun 2018, 03:46 PM
I am facing the same issue. I am certain PUT requests we issue to upload items in Sharepoint do not show in Fiddler.
0
Alexander
Telerik team
answered on 15 Jun 2018, 08:22 AM
Hi,

Is the application you are using respecting the system proxy settings? If yes, do you have any filters set?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jean
Top achievements
Rank 1
answered on 15 Jun 2018, 08:39 AM

Hi,

 

I do not have filter and our application does honor IE settings.

I am used to work with Fiddler for years, it recently stopped showing PUT request most of the time, it displays it something while nothing changed in terms of settings.

 

Thanks,

 

---- Jean

0
Alexander
Telerik team
answered on 18 Jun 2018, 08:07 AM
Hi,

Do you any other requests (GET, POST) from your application? Does turning Help -> Troubleshoot on shows the missing PUT requests with striketrough font?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jean
Top achievements
Rank 1
answered on 18 Jun 2018, 08:41 AM

I do see the other POST requests (otherwise I would not have used Fiddler)

The Troubleshoot option doe snot help.

 

Thanks,

----- Jean

0
Alexander
Telerik team
answered on 21 Jun 2018, 10:43 AM
Hi,

I'm unable to reproduce the problem you have. Would it be possible that you create a sample app replicating this behavior?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jean
Top achievements
Rank 1
answered on 21 Jun 2018, 10:48 AM

Hi,

You can download our Outlook addin at: https://harmon.ie/freedownload

Register an Office 365 SharePoint site or our below demo site. You D&D an email or a document from your file system inside a doclib of our site. We issues a PUT method to upload. Most of the time it is not traced.

https://ravenwooddemo.sharepoint.com
User: sandbox@ravenwood-corp.com
Password: Rayo1564

Thanks,

----- Jean

0
Jean
Top achievements
Rank 1
answered on 21 Jun 2018, 11:11 AM

Hi,

 

The below account I sent you previously actually works fine. 

I should send you soon a new one showing the problem as reported by lots of users.

https://ravenwooddemo.sharepoint.com
User: sandbox@ravenwood-corp.com
Password: Rayo1564

 

Regards,

----- Jean

0
Jean
Top achievements
Rank 1
answered on 21 Jun 2018, 11:14 AM

Hi,

 

Sorry the below account works fine.

I should send you another account showing the problem as reported by lots of users.

https://ravenwooddemo.sharepoint.com
User: sandbox@ravenwood-corp.com
Password: Rayo1564

 

Regards,

----- Jean

0
Simeon
Telerik team
answered on 02 Jul 2018, 06:28 PM
Hi Jean,

Sorry for the late reply and thank you for providing us a with a way to reproduce the problem. I made a test with the latest version of Fiddler v5.0.20182.28034 and I was able to inspect the PUT requests which harmon.ie makes to upload files.

Could you, please, try the latest version of Fiddler to confirm if the problem is fixed on your site, as well.

Regards,
Simeon
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Anthony
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
bahare
Top achievements
Rank 1
Jean
Top achievements
Rank 1
Alexander
Telerik team
Simeon
Telerik team
Share this question
or