Under Review
Last Updated: 01 Sep 2020 09:53 by ADMIN
Created by: Isaac
Comments: 6
Type: Feature Request
24
Lots of development software has dark themes because it is less stress on your eyes and looks cool.
Under Review
Last Updated: 14 Oct 2019 05:45 by Oozma
Microsoft telemetry calls to v10.vortex-win.data.microsoft.com bypass the filters and add noise. If my filter says only show localhost, I don't expect to see calls to Microsoft.com.
Under Review
Last Updated: 28 Feb 2017 06:00 by Tsviatko
Problem: Today you have to leave the application and discover Fiddler listening IPs using ipconfig or "netstat -na | findstr 8888".

Having the IP address list that the tool is listening will allow a fiddler user to not leave the application to discover all the IP addresses that the tool is waiting connections. Specially useful when you need to configure the proxy settings on and Android or IOS device and need to know what IP address to point the HTTPS proxy.

I'd expect to see all the bindings somewhere on the bottom toolbar. A nice addition would be also the URLs to Fiddler Echo service to be shared with users that need to install the root certificate on devices and use Fiddler as a proxy for troubleshooting.
Under Review
Last Updated: 23 May 2019 21:24 by Hemant
Created by: Imported User
Comments: 4
Type: Feature Request
11
You know,jmx file can be used by jmeter. It's very useful, but fiddler cannot export the response ande request to .jmx.

So regretful.
Under Review
Last Updated: 19 Jun 2020 14:46 by Matthew
Created by: Imported User
Comments: 8
Type: Feature Request
9
Like the JSON and XML tabs, there should be a Protobuf tab that offers to decode protobuf requests and responses.
Under Review
Last Updated: 22 Aug 2019 22:06 by Barna
Created by: Peter Wicks
Comments: 1
Type: Feature Request
8
Add support for Socks5 + Socks Proxy w/ Authentication
Under Review
Last Updated: 21 Jul 2018 23:03 by Eric
Created by: Eric
Comments: 0
Type: Feature Request
8
Microsoft appears to have moved their web developer documentation from MSDN to MDN, making searches from Fiddler's toolbar return useless results.

Please consider making the Search Cue text and Search URL configurable via a preference and set the defaults to "Search MDN" with a URL of https://developer.mozilla.org/en-US/search?q=$SEARCHTERMHERE&topic=apps&topic=html&topic=css&topic=js&topic=api&topic=canvas&topic=svg&topic=webgl&topic=mobile&topic=webdev&topic=http&topic=webext&topic=standards
Under Review
Last Updated: 30 Mar 2018 02:01 by Imported User
Created by: Imported User
Comments: 1
Type: Feature Request
7
In my line of work (security research), WebSockets are becoming increasingly common as a way to mask malicious activity. Fiddler does allow you to view a WebSocket and display the blobs exchanged. However, I have ran into some issues when the data is compressed and there doesn't seem to be native support for decompression. A workaround was suggested here: https://fiddler.ideas.aha.io/ideas/FID-I-103

More generally, it would be a great feature to be able to replay a WebSocket in 'offline mode', similarly to how you can replay HTTP/S Sessions via AutoResponder.
Under Review
Last Updated: 12 Aug 2017 05:00 by Imported User
Created by: Imported User
Comments: 3
Type: Feature Request
6
It's very inconvenient to ON/OFF capturing in menu. Please add ON/OFF to toolbar.
Under Review
Last Updated: 12 Jul 2017 05:00 by Imported User
Created by: Imported User
Comments: 2
Type: Feature Request
6
We love the log requests history option in the composer and over time we build up several hundred items. It would be great if there was a simple text search of urls and content to find logged requests we want to tweak or rerun.

Less important we would love the ability to drag a request from the capture listing to the log request history to use later
Under Review
Last Updated: 19 Dec 2017 06:00 by Imported User
Created by: Imported User
Comments: 4
Type: Feature Request
5
When crawling a site using Wget and Fiddler as a proxy, the hyperlinks created in the raw inspector are not correct, they include the HTTP/1.1 in the URL

GET http://www.telerik.com/aspnet-mvc HTTP/1.1
Referer: http://www.telerik.com/
User-Agent: Wget/1.19.1 (mingw32)
Accept: */*
Accept-Encoding: identity
Host: www.telerik.com
Connection: Keep-Alive

...

The HEX view looks good and there's a space between the URL and HTTP/1.1

To demonstrate the bug I ran this WGET command against telerik site to reproduce the error on a public site

wget -r -p -k -e use_proxy=on -e http_proxy=127.0.0.1:8888 -e https_proxy=127.0.0.1:8888 https://www.telerik.com

When clicking on the URL in the raw inspector I get

GET http://www.telerik.com/aspnet-mvc%20HTTP/1.1 HTTP/1.1

going to this page http://www.telerik.com/aspnet-mvc in Chrome directly also gives the same result in the raw inspector.

See the screenshots attached.
Under Review
Last Updated: 02 Mar 2017 08:23 by Imported User
Created by: Imported User
Comments: 1
Type: Feature Request
5
Now Fiddler has a limitation about maintaining its own cookie jar.

When I use Composer to do a POST request simulation, if this request get a 302 response and Set-Cookies, Fiddler will automaticly redirected to the next page, but the cookies are all lost.

And PostMan works well in this situation.

Refer to Google Group to see the details of this issue:

https://groups.google.com/forum/?fromgroups=#!topic/httpfiddler/vn1du8QdAVk
Under Review
Last Updated: 17 Jun 2016 05:00 by Eric
Created by: Kevin
Comments: 2
Type: Feature Request
5
To my knowledge, a Fiddler extension has no means of getting the raw TLS handshake data.

This would be extremely useful for some extensions I develop. Two use cases are, first, getting the TLS extensions. The primary motivation for this is to extract SCTs from the signed_certificate_timestamp extension. But I am sure there are other cases where I'll need more.

The second being getting the certificate in the case of a blind tunnel when HTTPS interception is disabled, then the certificate chain could still be obtained from the ServerHello.
Under Review
Last Updated: 13 Jun 2016 05:35 by Michael
Created by: Michael
Comments: 0
Type: Feature Request
5
I use multiple computers. Being able to have a "sign-in" to fiddler similar to google chrome, all my settings, scripts, previous request builder scripts being accessible across these multiple computers would be a huge timesaver
Under Review
Last Updated: 31 Oct 2016 05:00 by Tsviatko
Created by: Kevin
Comments: 2
Type: Feature Request
5
I develop a lot of extensions for Fiddler. Some of them are public (http://github.com/vcsjones/FiddlerCert) , others are private to my organization. Currently Fiddler4 is built against the .NET Framework 4.0. I don't want my extensions to depend on a different version of the .NET Framework than what Fiddler requires, which lowers the burden of distributing them. If Fiddler runs, then I can be sure my 4.0 extension will too.

It would be handy if Fiddler updated the .NET Framework version requirement. It would 1) give you guys more Framework to work with, and 2) allow me to up the framework requirement of my extension while still meeting the bare minimum that Fiddler itself requires.

There is a considerable amount of new cryptographic faculties in the .NET Framework 4.6.1 that would be handy for my uses.
Under Review
Last Updated: 15 Jul 2018 05:00 by Eric
Created by: Imported User
Comments: 1
Type: Feature Request
5
I'm a software tester. I often use composer to test HTTP requests.But composer needs to fill in the standard head, which is troublesome.Fiddler may enhance composer and add the standard HTTP header selection box. The history module adds some columns, such as name, URL, method, etc.I hope Fiddler is getting stronger and stronger.
Under Review
Last Updated: 20 Oct 2017 00:56 by Imported User
Created by: Imported User
Comments: 0
Type: Feature Request
5
Since fiddler can capture any network. But its a complicated.

I just have android phone and netbook, it very difficult to intercept android if i don't have other connection via dsl or dial up.

So how if Telerik make fiddler for android. Because a lot of network capture apk, just only capturing and reading data. Packet Capture by Grey Shirt or Debug Proxy or Proxydroid. All of these cannot modify or make autorespond or filtre or any great feature in Fiddler.

No problem if we need you buy some coffee to coding fiddler.apk :)
Under Review
Last Updated: 28 Jul 2016 05:00 by Eric
Created by: Jan
Comments: 1
Type: Feature Request
4
When debugging or test web applications it can be useful to increase latency or decrease bandwidth to see how your application works with poor network connections. The modem simulation rule option will do this for bandwidth but latency is more difficult to accomplish using this rule. Having the possibility to do this in a more controlled manner would be really helpful. We now have to resort to multiple tools
Under Review
Last Updated: 20 Dec 2017 16:05 by amit
Created by: amit
Comments: 0
Type: Feature Request
4
make it opensource
Under Review
Last Updated: 27 Dec 2017 06:00 by Kevin
Created by: Stefan
Comments: 4
Type: Feature Request
4
I use Windows 2016 / Windows 10 VMs on a MacBook Pro (with ESC key :-) with Retina Display.

All Windows version run fine with HiDPI resolution. Only thing is that Fiddler4 shows its texts in a lower resolution, so all texts have the right size, but they are are shown with less dpi, so you can see the pixels.

Would be great to set the right flags for the windows resources to enable HiDPI support showing better texts without pixels.
1 2 3 4 5 6