Pending Review
Last Updated: 03 Apr 2024 18:03 by Eric
Created by: TelerikHDMI
Comments: 3
Type: Feature Request
5

I would be nice if Fiddler could decrypt zstandard compressed requests.

Pending Review
Last Updated: 24 Mar 2021 00:33 by MenuMike
Created by: Jochen Wezel
Comments: 6
Type: Feature Request
8

Since more and more websites enforce you to use tls 1.2 (and don't support tls 1.0 any more), I suggest that the list of protocols is automatically extended with tls1.2 by a next fiddler update - or at least there should be a single-time question box with Yes-No-Cancel to extend it.

Also see reference at https://www.telerik.com/forums/some-https-sites-are-unaccessible-when-using-fiddler

Pending Review
Last Updated: 17 May 2020 13:01 by A
May I suggest to publish an interface assembly with Fiddler, containing only the interfaces of all the Fiddler public types?

This way, IntelliSense could be used, both, with ScriptEditor and with any of the Visual Studio products.

That would require Telerik to derive their public classes, like Session, from an interface, like ISession. That interface would need to be stored in a separate assembly that would be published then along with Fiddler.
Pending Review
Last Updated: 13 Apr 2020 17:15 by Eric
Created by: Aleksandr
Comments: 2
Type: Feature Request
1
Autoresponder is a great feature, but it works only with response.
I and my coleagues have a many cases when need to replace request headers, params or body

breakpoints isn't good, coze sometimes application dont wait and drops connection to requests

Examples 
mobile request is post only with curent time in body, but i need to post this request with past time.
Backend is accept body with past requests
I dont have access to DB to change time, and no requests to change time. Also app is works only with current request (i can't use composer to create another request)
Pending Review
Last Updated: 02 Mar 2020 07:06 by ADMIN

and make me feel bad about telerik.

fiddler was much beter before telerik bought it.

 

 

do you want to check for an udpate ?  do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?do you want to check for an udpate ?

Pending Review
Last Updated: 14 Feb 2020 07:39 by George

It's a common practice to compress binary payloads inside WebSockets using zlib.deflate, though in Fiddler they are displayed as binary dump. It's quite simple to analyze two trailing bytes of a binary packet, and if they are equal to 0xFFFF you could try to apply zlib.inflate to that packet. If it succeeds, replace the binary contents with its unzipped text equivalent.

WMBR, George Hazan.

Pending Review
Last Updated: 06 Feb 2020 13:44 by ADMIN
Created by: S
Comments: 3
Type: Feature Request
1

It'd be extremely useful if Fiddler could have the ability to do filtering non-destructively, where filtering doesn't drop data/entries/lines altogether, but rather, merely hiding them from display.

This enables the ability for you to do multiple levels/layers/slices of filtering, as there's very often a need for doing on any given capture session. Currently, however, when you filter on something, the capture data gets dropped from the data/result set, lost altogether.

Process Monitor by Microsoft/Sysinternals has this ability, and it's extremely useful, allowing you to not only do layers of filtering, but also allowing the ability to traverse back up the "stack" 1..n filter layers, and if/when needed, able to un-filter all the way back up to baseline of all capture data shown (and without having to re-load a session save).

Procmon also has the ability to "Drop filtered events", which when enabled does destructive filtering, dropping any non-filter-matching packets from that point forward:

This would also be handy to have, but not crucial; much more beneficial/important is the ability to filter non-destructively.

Pending Review
Last Updated: 28 Jan 2020 00:47 by Eric
Created by: Michael
Comments: 1
Type: Feature Request
0

Viewing and editing query parameters is not a pleasant experience.

I'd prefer not having to switch to Postman for editing and sending requests, but its UI is currently so much better for this task.

Pending Review
Last Updated: 04 Sep 2019 16:04 by Dave
Created by: Dave
Comments: 7
Type: Feature Request
3

It would be really great to be able to view requests and responses as a formatted json string.  Currently, you can show JSON, which uses some tree format, and you can show raw, which is just a flat hard to use string.

It would also be great to be able to format json inside the request composer so it can be easy to modify.

Pending Review
Last Updated: 24 Jun 2019 20:58 by Eric

A simple change request: when I navigate, using Fiddler, to a page that has an untrusted https certificate, I get the popup from Fiddler warning me of the same. I want to get this popup, I don't want to disable it. However, when I click "Yes" on the popup, the main Fiddler window is brought into front, on top of my browser. My environment has a lot of self signed certificates in use on non-production systems, so this is happening quite often.

I propose the popup should work as now, but clicking on the popup should not bring the main Fiddler window up, in case it was minimized or under other windows.

Thanks a lot for your great work on the program.

 

Pending Review
Last Updated: 17 Jun 2019 08:03 by ADMIN
Created by: Tom
Comments: 1
Type: Feature Request
4

Fiddler is great but the composer tab really needs some love. For example, it could do with text manipulation features from other applications - double click selects a chunk of text, but it doesn't appear to be aware of common symbols like : ? # " ' ; etc, instead it highlights up to the next space. If i were to do this in vs code or notepad++ it would be more intelligent about delimiters and highlight the portion before the : or inside the " ".

 

Pressing tab inside the editors moves to the next editor - this seems counter intuitive in this context as you'd expect the editor to insert a tab rather than move you to another field.

 

I've been using fiddler for years and this has always bugged me. I normally edit the request in another application and paste it in, but it'd be great if i could do some basic editing in fiddler itself. It shouldn't be full ide-mode, but a little bit of help would be appreciated.

Simple things that would make this much better:

  • Add a little syntax highlighting/validation (invalid json for example)
  • Autocomplete for known headers
  • Have the url box be expandable, so you can actually edit long requests
  • Intelligent selection based on delimiters or context

 

Cheers

Pending Review
Last Updated: 07 Jun 2019 17:14 by Mason
Created by: Mason
Comments: 6
Type: Feature Request
1
In previous versions, it was possible to see the entire timestamp for a given session timer which would include the date.  In the latest version, it only shows the time (no date) and I can't find any configuration options that would allow a full timestamp.
Pending Review
Last Updated: 27 May 2019 05:49 by Vasilev

Running into more and more issues where the end user are authenticating via a smartcard. If the issue is after the initial handshake then we may be able to turn on Fiddler after the authentication and everything is okay. If the issue is specifically to do with the authentication or authentication screens then we are stuck and have no tool to use to debug the issue, especially when it may involve multiple processes. 

 With appropriate new settings in the Fiddler Options, could the socket connection on a TLS send certificate challenge call the appropriate API to use the SmartCard reader as well as challenge for a pin/biometric instead of reading from a certificate.cer file?  

Pending Review
Last Updated: 13 May 2019 15:58 by EricLaw

Hi,

Websocket monitoring is such a cool feature in fiddler. What i´m missing is the possibility to export all messages sent and received via the websocket.

In Wireshark i would associate that functionality with "Follow TCP stream".

 

The reason behind:

I want to search within the websocket communication for certain id´s patterns etc. This is currently not possible as every message is handled separately in fiddler.

What i would expect:

Beeing able to export selected or all messages in the WebSocket pane. (one could think of adding "received","sent" and a timestamp between the messages with a certain beginning to be able to filter those messages later.)

 

I would call the fact that:

- "Save" - "Selected Sessions" "as Text or ZIP" is only saving the websocket HTTP upgrade request together with the response but without the websockets payload

 a bug.

 

Or i am missing something. Comments welcome...

 

Jan

Pending Review
Last Updated: 08 May 2019 15:11 by ADMIN
Created by: Emma
Comments: 1
Type: Feature Request
1
Please add python support to fiddler ,thanks.kepp it sample ,just sample is ok.
Pending Review
Last Updated: 19 Apr 2019 06:37 by Chee Wee
Created by: Chee Wee
Comments: 0
Type: Feature Request
1
Provide ability to autoscroll the WebSocket view when new WebSocket messages are added to the view.
Pending Review
Last Updated: 19 Apr 2019 06:36 by Chee Wee
Created by: Chee Wee
Comments: 0
Type: Feature Request
1
Provide ability to filter out ping/pongs in WebSocket view
Pending Review
Last Updated: 13 Feb 2019 21:19 by Eric
Created by: Qiu
Comments: 1
Type: Feature Request
0

Request a lighweight proxy forwarder like combination between Proxifier + AppContainer Loopback Excemption Utility in 1 desktop app. Since Fiddler is too heavy in CPU usage and Proxifier cannot forward any proxy to UWP desktop app (any apps from Windows Store).... no need extra feature but just a proxy forwarder like Proxifier + AppContainer Loopback Excemption Utility that works in any Desktop software environtment like OpenVPN adapter. Thanks.

Pending Review
Last Updated: 13 Feb 2019 21:17 by Eric
Created by: greg
Comments: 1
Type: Feature Request
0

The Tools -> HOSTS is a great feature, especially for situations that prevent local admin rights.  I find it difficult to know that the redirection is functioning when looking at the capture log.  It would be nice if something visual would standout to help draw attention that this rule was applied.

Thank you!

Pending Review
Last Updated: 01 Feb 2019 16:14 by Eric
Created by: Ashish
Comments: 1
Type: Feature Request
1
I use Fiddler to compose requests in addition to tracing HTTP requests going through my machine. However, Fiddler really lacks in maintaining history of your previously composed requests. In this area, POSTMAN really shines, and therefore, some folks might move to POSTMAN. We don't have to have fancy features but the ability to organize your requests in the History will be much appreciated.
1 2