Fiddler2 is a web debugging proxy, which allows you to log, examine, modify and replay HTTP/HTTPS traffic from your computer.
-1
votes
1answer
33 views
How to block untrusted certificates?
I have SSL connection. If I use feddler or Charles app, and I can to see decrypted SSL data. How I can to prevent this bug?
Update:
I was NOT imported the certificate for Charles, my android device ...
0
votes
1answer
123 views
FiddlerScript throws NullReferenceException on headers.ExistsAndContains
This is driving me nuts and it may be something simple, but every time I call the following from Fiddler script is throws a NullReferenceException:
if ...
0
votes
1answer
20 views
How to pass multiple WebAPI parameters with Fiddler's Composer
We have a webapi project in which I have a API as follows:
[HttpPut]
public void Myfunc([FromBody] int a, [FromBody] int b,[FromBody] int c))
{ }
I launch the webapi project first.The get the ...
0
votes
2answers
24 views
HTTP traffic between asp.net mvc applications not visible to Fiddler
I have an ASP.NET MVC 4 application that needs to query another application to process requests. The MVC application makes it's request via REST. I can see the incoming HTTP request from the ...
0
votes
0answers
21 views
Request TTFB(Time to first byte) and TTLB(Time to last byte)
This is my scenario:
I have an application in .NET that issues HTTP POST with some data in the request body. I want to get the time stamp of the first request body byte sent(TTFB) and time stamp of ...
1
vote
0answers
34 views
Spring security really strange behaviour in IE
I'm having the weirdest problem I have ever seen before.
The application I am working on uses spring security 3.1.3 to provide authentication support. There is a custom login form for which I have ...
0
votes
0answers
67 views
Request.KeepAlive = true not working when I run from c# [closed]
I'm using Fiddler to download some data from website. When I click from website link I can see the request.KeepAlive = true in Fiddler code. But When I ran the same click from C# code the line ...
0
votes
1answer
36 views
How do I set the proxy in webhttpbinding configuration to use fiddler
I'm trying to setup my Web service client to use fiddler proxy by setting it in the webhttpbinding configuration file as follows:
<bindings>
<webHttpBinding>
<binding ...
0
votes
1answer
16 views
Is it possible to disconnect a client mid-request?
I'm trying to simulate the situation where a client is sending a large POST request to the server and the server (or a load balancer) terminates the client connection halfway through the request.
Is ...
0
votes
0answers
28 views
POST to PHP file doesn't work in Fiddler
I have this very basic PHP file uploaded to www.example.com (not local):
<?php
header('Access-Control-Allow-Origin: *');
echo $_POST['var1'];
?>
I composed a simple test in Fiddler as below
...
0
votes
1answer
141 views
Rest WCF Post Json body parameter is always null while using Fiddler
I have been struggling with this the past few days. I have researched the issue and tried the solutions posted. However it has not worked. I have REST WCF Post method that has
...
0
votes
1answer
11 views
Is it possible that some firewall modify 'Accept-Encoding'? Though it seems okay in Fiddler
I added a rule on APACHE for HTTP Compression. The rule is surely okay but Fiddler displays the response is not gzipped.(I tested curl for localhost, the response is gzipped)
I suspect a firewall ...
1
vote
3answers
87 views
How to find out why Javascript is downloading so slowly?
I have an ASP.NET MVC project, which is running as slow as molasses. I opened up Fiddler on one particular call, and found several calls where there's a lot of room for improvement, to say the least:
...
1
vote
2answers
81 views
Tamper GET request parameter with Tamper Data in Firefox?
I am able to tamper post request parameter with Tamper Data in firefox i.e when i make
post request and i get the popup in firefox to change POST request parameters but in case
of GET request, i ...
0
votes
1answer
100 views
How do I capture a raw SOAP request for WCF web service
I've seen several questions about this already but none of the explicitly walkthrough how to capture a SOAP request to a WCF web service. They just say "go install Fiddler2". All I can get out of ...
0
votes
0answers
25 views
Connecting to localhost IE10
I have two computers and one is the development computer.. i run fiddler2 on the development computer to be able to connect to the localhost dev server from a remote computer.
when i try to connect ...
-4
votes
0answers
38 views
HTTPS packets is not capture in Fiddler on Win 8 and IE 10.0
I am not able to capture the HTTPS packets in Fiddler on IE10,Firefox 20,Chrome 26 under Win 8 OS. I am running a JSP code. Please help me out.
Here is the detailed explanation of my problem.
I have ...
1
vote
0answers
48 views
Why would some HTTPS requests fail to decrypt on Fiddler, while some works ?
Scenario: I am trying to debug an Android app by proxying requests through Fiddler.
I got FiddlerRoot certificate installed on the Android device, and the SSL decryption works for most requests, but ...
1
vote
1answer
39 views
Simulate network speeds using Fiddler
I am using Fiddler and want to simulate different network speeds
Is there any published data that I can use to simulate different speeds using the delay value ?
Following is default code of Fiddler ...
0
votes
1answer
71 views
What User-Agent to give my WebApi Requests?
I am using an api and I noticed that when I use RestSharp and do a call from my asp.net web api project my request fails.
I turned on fiddler and for whatever reason the api I am requesting thinks I ...
0
votes
1answer
60 views
Issue Using Fiddler for HTTP GET Containing OData Commands
I am trying to use Fiddler to do an HTTP GET to my ASP.NET Web API Odata endpoint service. The URL contains OData commands to filter the results. I can use a browser or the Google extension 'Postman' ...
0
votes
1answer
62 views
Fiddler and Monitoring Web Service Traffic
I am trying to monitor a web service request and response using Fiddler. However, it seems that it is not capturing anything.
How can I configure Fiddler to capture the web service call and request ...
1
vote
2answers
65 views
Capture local http post traffic
I have two C# winform applications on the same window machine.
First application runs a http listener on localhost and port 4567
(not via IIS)
Second application issue a http post (httpWebRequest)
...
0
votes
1answer
26 views
How to set kerberos authentication in fiddler
Is it possible to set kerberos authentication in fiddler - composer. Iam trying post a request to a service which is having kerberos authentication. Can any one please help me on how to do it... in ...
0
votes
1answer
50 views
Chrome Doesn't Trust Fiddler Root Certificate
I have Fiddler installed on my machine. I have installed the Fiddler Room Certificate to decrypt HTTPS traffic, but it only works in FF and IE, not in chrome. Chrome does not trust Fiddler's ...
-1
votes
1answer
17 views
Is fiddler correct ? no bytes change after SQL tuning
I had a query Select * from table. Then I changes it to select some_fileds from table.
A json string is made out of these results and fed into grid. I see no bytes difference in fiddler. Does anyone ...
0
votes
1answer
25 views
What benefit would you get out of using cURL over Fiddler? [closed]
I am very familiar with Fiddler but haven't used cURL and was wondering if anyone can point to a specific advantage to using cURL over fiddler to test web requests.
1
vote
1answer
118 views
Fiddler - tunnelled http requests to port 443
I've got Fiddler to decrypt https traffic. which works just fine.
http://fiddler2.com/documentation/Configure-Fiddler/Tasks/DecryptHTTPS
But there are some requests that are shown as "Tunnel to" ...
0
votes
1answer
49 views
page rendering time using fiddler
for an asp.net page we can deduce "time on wire" and ServerTime using this from Statistics in Fiddler:
ClientDoneRequest: 09:45:01.433
Determine Gateway: 0ms
DNS Lookup: 0ms
...
0
votes
2answers
22 views
What is the best way to find an http response that has a certain string of text in its response?
I'm debugging a web app with lots of AJAX on a windows machine. I have Fiddler and Wireshark and I'm open to getting any other free software that can help.
I am looking for the http response (and ...
0
votes
0answers
14 views
Fiddler unexpected request behaviour: serverGotResponse on 00:00 however client begin reponding
I am trying to debug the request for one of the application and found interesting timings on fiddler.
In below statistics ClientDoneRequest however server did not responded and then I can see client ...
0
votes
1answer
59 views
Can I send multiple requests at one time using Fiddler?
Using Fiddler, I want to send multiple requests in one hit, to check the response time from the server, if too many requests are sent at one time. Basically, I want to perform a, kind of, load testing ...
0
votes
1answer
80 views
WebBrowser control do not download images
I am automating the process of downloading my bank statement. The way I do this is by using a win forms WebBrowser control. I navigate to https://www.bankofamerica.com/ then I find the username and ...
0
votes
0answers
27 views
Fiddler only shows traffic from the first page in Chrome?
I'm trying to simulate a slow connection in Chrome so that I can see how my application behaves under slow speeds. I've downloaded and installed Fiddler 2, and I can run it at the same time as Chrome. ...
0
votes
1answer
117 views
Android HttpURLConnection with fiddler: IOException: socket is closed
I set up Fiddler2 for Android emulator, it works, I can see the HTTPS traffic through Android browser, but I cannot connect to HTTPS server with my code using HttpsURLConnection:
// use Fiddler's ...
0
votes
1answer
19 views
DFP returning empty vast files (ads)
I am using DFP to serve ads, and fiddler to monitor the requests.
After 3 GET requests to the dfp server, in a short period of time (say 30 seconds), every subsequent request will a list of empty ...
-1
votes
1answer
26 views
Fiddler reports everything coming from process avp:2016
I have Fiddler installed at home and at work. At home, it tells me the actual process from the web session. At work, it only says avp:2016 no matter what browser or process the session is coming from. ...
-1
votes
1answer
51 views
intercepting javascript files from a secured server and use local file instead
I am trying to intercept a https request which serves a JS file and use my local file instead.
Used fiddler tool and i am able to successfully intercept all the http request served files.
But unable ...
0
votes
1answer
20 views
Is it possible to attach to the Twitter streaming API with fiddler?
Is it possible to attach to the Twitter streaming API with fiddler? Could someone tell me how to do it if it's possible?
0
votes
1answer
33 views
MongoDB's “mongosniff” for windows
I need to see the request/response to a mongo server. MongoDB has an application called "mongosniff", but it isn't available on windows.
What is my alternative? Fiddler?
0
votes
1answer
116 views
Fiddler shows DNS Lookup failure
On my desktop I run Visual studio web server cassini and fiddler as a proxy, then I connect to a web site running in Cassini using an iPad connected via wireless.
This has always worked since I ...
0
votes
0answers
57 views
Fiddler doesn't capture Apache's requests
I have installed Fiddler, it manages to capture all Firefox requests to servers (local Apache or remote) but Fiddler doesn't show requests of some other software.
I do not see any HTTP requests which ...
1
vote
0answers
23 views
How to capture non browser calls with Fiddler? [duplicate]
I have a local website that calls several WCF services on other servers. When I hit a page on the site that I know will call services on other servers, the only thing showing up in Fiddler is ...
0
votes
0answers
24 views
How to send two to modify the Body Request
I'm running into a small roadblock. English is poor, difficulty in expressing
I want to modify the Request in the body and sent two consecutive Request
Original content:
POST ...
0
votes
1answer
76 views
Proxying HTTPS traffic through Fiddler fails for remote clients?
Started fiddler on one machine, enabled remote connections and HTTPs. When trying to open IE browser on a remote machine (after configuring proxy settings manually) and trying to browse to ...
0
votes
0answers
97 views
Log in to site programmatically and redirect browser to signed in state
I want to sign in to a site when a link is clicked and then redirect the browser there with a signed in session. Im having some troubles and here is what Ive tried:
First I get the session cookies ...
2
votes
1answer
60 views
Web security - Preventing post requests from tools like fiddler
Using fiddler I can intercept an ajax post request and with request composer I can resend the same request, causing the server to respond it normally. It doesnt matter if protocol is http or https ...
1
vote
1answer
44 views
Fiddler extension development: only operate on requests from composer
I'm trying to create a fiddler (v4.x) extension that builds and adds a custom header to requests generated by the composer. I started down the road of creating an IAutoTamper implementation that adds ...
0
votes
1answer
31 views
HttpWebRequest timeout issue after couple of calls
Below code is throwing a timeout exception after couple of calls (5 or 10 calls), it works fine always when I'm running fiddler in my machine.
I read some answers here that if it's working when the ...
0
votes
1answer
56 views
How can webservers detect replayed login attempts?
I found a strange thing when i'm coding a net-spider to a specific website.
I used fiddler and chrome(as well as other web-browsers) to log-in a website(HTTP, not https) and get all package(as well ...


