Telerik Forums
Fiddler Forum
1 answer
175 views

Hi guys,

I'm using different proxies for each browser, let's say 5 different proxies/IPs.

The question is: How to make the fiddler classic capture the traffic (requests/responses) from all the browsers? It means that it should read the traffic from 5 proxies at the same time.

Nick Iliev
Telerik team
 answered on 28 Jul 2022
0 answers
2.0K+ views

Having updated Windows 10 to 11, fiddler will no longer launch. 

I've tried uninstalling/reinstalling, but see the same effect.

The application event log shows the following pair of entries each time:

Faulting application name: Fiddler.exe, version: 0.0.0.0, time stamp: 0x00000000
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0000000079b2a6dc
Faulting process ID: 0x3f6c
Faulting application start time: 0x01d8a0fe70d97aab
Faulting application path: C:\Users\XXXXX\AppData\Local\Programs\Fiddler\Fiddler.exe
Faulting module path: unknown
Report ID: d9f21a10-a4e4-4806-8ccd-6d4f797efb48
Faulting package full name: 
Faulting package-relative application ID: 

Faulting application name: Fiddler.exe, version: 0.0.0.0, time stamp: 0x00000000
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x000000002cf8a6dc
Faulting process ID: 0x4474
Faulting application start time: 0x01d8a0fe70d8e0fc
Faulting application path: C:\Users\XXXXX\AppData\Local\Programs\Fiddler\Fiddler.exe
Faulting module path: unknown
Report ID: 1556ffc4-1807-4032-b399-33a49dc42611
Faulting package full name: 
Faulting package-relative application ID: 

 

Bright ideas?

Phil
Top achievements
Rank 1
 asked on 26 Jul 2022
2 answers
913 views

i know how to retry a request on normal 500 error or when it give error in OnReturningError chain

but the problem is the error with HTTP/1.1 0 FIDDLER GENERATED - RESPONSE DATA WAS MISSING and response code 0 wont retry what chain exactly handle this error ?

 

farshad
Top achievements
Rank 1
Iron
 answered on 20 Jul 2022
1 answer
601 views

How to disable the echo service?

After I download the cer from the http://fiddlerip:port/ , I do not need the echo service anymore. And for security, I need just keep proxy func, and shutdown the echo service.

After search whole google, can not find clue.

Anyone can help?

Thanks

Nick Iliev
Telerik team
 answered on 12 Jul 2022
1 answer
745 views

I have a website that sent an error message: "err_connection_aborted" when I connect to it using HTTPS.

When I have Fiddler active it works perfectly, so I'm not really able to debug the issue.

I've been fighting this error for several days... should be very easy, it's just a webpage under HTTPS. It works OK in HTTP, but something goes wrong with HTTPS.

 

Thanks!

Nick Iliev
Telerik team
 answered on 07 Jul 2022
1 answer
1.2K+ views
I am a new Fiddler classic user on Windows 10.  I can easily monitor http(s) requests of my browsers such as Chrome or Microsoft Edge. However, no http(s) requests are seen from my Application "Ubuntu on Windows". I have checked it (exemted) in WinConfig toolbar. What could be the problem here. Thanks in advance!
Nick Iliev
Telerik team
 answered on 05 Jul 2022
2 answers
1.3K+ views

I ran a trace from a handheld device to a server in a data center. In short, the trace reads:

- ClientConnected: 12:44:55

- ServerConnected: 12:50:39

- ServerBeginResponse: 12:50:51

Does this mean that the Server spent 12 seconds data processing before responding?

 

 

 

macron
Top achievements
Rank 1
Iron
 answered on 04 Jul 2022
1 answer
204 views
this is a feature proposal. With comments made by user, we can easily trace back the session after saving lots of sessions.
Nick Iliev
Telerik team
 answered on 01 Jul 2022
0 answers
375 views

The url captured by fiddler can send instructions through the software's own composer and return the correct json file.

However, the correct result cannot be obtained under the requests of python, and it will prompt:

{"Message":"Cannot convert object of type \u0027System.String\u0027 to type \u0027Carpa.Web.Script.HashObject\u0027","StackTrace":" in Carpa.Web.Ajax.Serialization.ObjectConverter.ConvertObjectToTypeInternal(Object o, Type type, JavaScriptSerializer serializer)\r\n at Carpa.Web.Ajax.WebServiceMethodData.StrongTypeParameters(IDictionary`2 rawParams)\r\n at Carpa.Web.Ajax.AjaxHandler.InvokeMethod(HttpContext context, WebServiceMethodData methodData, IDictionary `2 rawParams)\r\n at Carpa.Web.Ajax.AjaxHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)","ExceptionType":"System.InvalidOperationException"}

The code is as follows: ("..." means omitted information, the headers are consistent with the information in the fiddler software)

from urllib import response
import requests
import json
url = "http://......Web.Script.DataService.ajax/GetPagerDataEx"
headers = {
"Accept":"*/*",
"Referer":"...",
"Accept-Language":"zh-Hans-CN,zh-Hans;q=0.8,en-US;q=0.5,en;q=0.2",
"Content-Length":"...",
"Content-Type":"application/json;charset=utf-8",
"X-ClientType":"SLJson",
"X-JSONFormat":"true",
"Accept-Encoding":"gzip,deflate",
"User-Agent":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)",
"Host":"...",
"Pragma":"no-cache",
"Cookie": "...",
"Connection": "keep-alive"
}
data = {
"pagerId":"$......$ptypeDataSource",
"queryParams":"null",
"orders":"null",
"filter":"null",
"first":"...",
"count":"...",
"isFirst":"false"
}
data = json.dumps(data)
response = requests.post(url=url,data=data,headers=headers)
content = response.text
print(content)


Hope that helps, thanks!

1 answer
129 views

 

Hello
I am Using Fiddler and Nox Player.
But when ever i try to connect to a website i will get this many errors and in fiddler with 443 on sites


How Do i Fix that?
I already tried 
To Reset and re install the cert but didnt work.
any other solutions?

 

Nick Iliev
Telerik team
 answered on 23 Jun 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?