Unplanned
Last Updated: 08 Jul 2024 13:18 by Zhivko
Created by: ThemeBuilder
Comments: 1
Type: Feature Request
0

Currently, the Export > Raw Files option does not work when the session is "Partial Content" (status 206).

Consider providing support for exporting sessions with status 206

Requested through t.1657416

In Development
Last Updated: 04 Jun 2024 06:57 by ADMIN

Requested through https://community.getfiddler.com/support/discussions/topics/12000028611 

 

 

It's very hard to work with input text fields, as most codes are more than 1 line.

I end up just choosing Set Value because of it.

 

Can you please use textareas both for both highlighted fields?

 

Thanks!

In Development
Last Updated: 04 Jun 2024 06:56 by ADMIN

 

Requested through https://community.getfiddler.com/support/discussions/topics/12000026780 

 

Nathan026 created topic
2 years ago on Tue, 13 Apr, 2021 at 10:39 AM

I am looking for a way to capture traffic from a machine and replay it later to simulate live load. I can see that I can capture the traffic and export it as curl script, but what it's missing the the times or the delays between the curl requests. This means that if I capture the traffic for 8 hours and then replay it, it'll be replayed all consecutively without delays which isn't simulating live load.

Does anyone know a way to do what I need?

    1 person upvoted this
    N
    Nick Iliev replied
    2 years ago on Tue, 13 Apr, 2021 at 11:38 AM

    Hey Nathan026,

    Thanks for posting your issue! 

    This sounds like a legit feature request that the team will triage. I am marking this one as an FR to be taken after the team triage meetings.

    Planned
    Last Updated: 04 Jun 2024 06:54 by ADMIN
    Created by: Nick
    Comments: 1
    Type: Feature Request
    0

    Originally reported here: https://community.getfiddler.com/support/discussions/topics/12000026504


    Joseph.lewis created topic
    2 years ago on Fri, 19 Feb, 2021 at 6:30 PM

    Are there equivalent instructions to https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/UseFiddlerAsReverseProxy for Fiddler Everywhere?

    I have enabled "Allow remote computers to connect".  I tried setting up an Auto Responder rule with a match condition of http://localhost:8866 and an Action of http://localhost:80.  However, I am getting a ERR_TOO_MANY_REDIRECTS in chrome.

      1 person upvoted this
      N
      Nick Iliev replied
      2 years ago on Tue, 23 Feb, 2021 at 1:16 PM

      Currently (version 1.5.1), Fiddler Everywhere doesn't support working as a reverse proxy. I am marking this one as a feature request (and moving the topic to the FR forum section).

       
      Completed
      Last Updated: 04 Jun 2024 06:50 by ADMIN
      Created by: Nick
      Comments: 1
      Type: Feature Request
      0

      Requested originally from https://community.getfiddler.com/support/discussions/topics/12000025520 

      Deanna created topic
      2 years ago on Wed, 26 Aug, 2020 at 11:03 AM

      An example scenario is using Fiddler to redirect a web application to use a locally running API instead of the server API. The web application needs CORS support on the API and the locally running API cannot provide such. 

      This is where the ability to simulate CORS support would come in handy.

        3 people upvoted this
        Unplanned
        Last Updated: 14 May 2024 12:11 by ADMIN

        Consider providing automated support for network-isolated applications like metro-style applications. The feature is available in Fiddler Classic through the WinConfig option

        Details on how an application can be exempted from the Windows settings are posted here:

        https://learn.microsoft.com/en-us/previous-versions/windows/apps/dn640582(v=win.10)?redirectedfrom=MSDN 

        https://stackoverflow.com/a/33263253 

         

        Unplanned
        Last Updated: 14 May 2024 11:56 by ADMIN
        Created by: Jared
        Comments: 1
        Type: Feature Request
        2
        It would be great to have the same Host Remapping support that Fiddler2 has.
        Unplanned
        Last Updated: 08 May 2024 05:47 by ADMIN
        Created by: walker
        Comments: 4
        Type: Feature Request
        1
        I am a follower of fiddler classic.  I want to know if Extend Fiddler everywhere  with .NET Code. Because the http response in my web project is encrypted, I need to decrypt it before I can see the plain text. This has been implemented in fiddler classic and it works fine. But I wonder if it can be done in fiddler everywhere as well?
        Unplanned
        Last Updated: 09 Feb 2024 12:33 by ADMIN

        Consider the support of variables and variable environments in Fiddler Everywhere. The base functionality should have:

        - Option to create a static variable

        - Option to create a dynamic variable (e.g., one populated dynamically from response).

        - Options to use variables in Composer, Rules, and Inspectors (e.g. for dynamic population)

        - Option to easily access and modify stored variables.

        - Option to store variables in different environments (e.g. stage, production, etc.)

        - Option to share variables/environments.

        +2 Requested from 1640564 and 1640556


        Completed
        Last Updated: 09 Feb 2024 11:45 by ADMIN

        Colleagues, please add an essential feature of Fiddler Classic called Automatic breakpoints

         

        I'm sure that a bunch of people will migrate to Fiddler Everywhere if you implement this

         

        Thnx

        Unplanned
        Last Updated: 29 Jan 2024 06:48 by ADMIN
        Created by: jonas
        Comments: 1
        Type: Feature Request
        0
        Is it possible to add a rule or configure exporting or saving the data as raw files to my computer automatically and periodically? I read a few questions on here but it seems to be a different version of Fiddler.
        Unplanned
        Last Updated: 11 Dec 2023 13:36 by René

        Fiddler Classic implements and documents this feature. Is this true for Fiddler Everywhere? Can you provide instructions?

        I can tell you what does not work on Windows 11:

        • Copying my client certificate to $env:USERPROFILE\Documents\FiddlerCore\ClientCertificate.cer
        • Copying my client certificate to $env:USERPROFILE\Documents\Fiddler2\ClientCertificate.cer
        • Copying my client certificate to $env:USERPROFILE\.fiddler\ClientCertificate.cer
        • Copying my client certificate to $env:USERPROFILE\.fiddler\Certificates\ClientCertificate.cer

        Please provide detailed instructions for setting this up. Thank you.

        Unplanned
        Last Updated: 11 Dec 2023 12:17 by ADMIN
        Created by: René
        Comments: 1
        Type: Feature Request
        1

        Is there any way how to store rules, filters. settings etc. online in Fiddler account (like in Postman etc.) and share between different machines?

        If not, is this feature planned?

        Under Review
        Last Updated: 06 Nov 2023 11:27 by ADMIN

        Consider providing support for basic authentication through the "Set manual proxy configuration" option in the Gateway settings.

        For example:

        Currently, the above is possible only though composing a request with a Basic authentication header, but is not possible as direct setup through the Gateway settings.
        Under Review
        Last Updated: 17 Oct 2023 12:22 by ADMIN
        I love the FiddlerScript feature. Will Fiddler Everywhere have this feature? Or maybe command-line feature?
        Unplanned
        Last Updated: 02 Aug 2023 06:54 by ADMIN

        Hi,

        I would like to make a rule that changes the Comments column to display a value from the Response body. Specifically, I would like the value of "pk" (if available) to show up in the Comments field.

        My overall question: Is there a way to reference Response body data in the Rules Builder?

        I looked through all the documentation I could find and I didn't see any examples of Actions using dynamic data. Any help would be greatly appreciated.

        Thank you,

        Matt Donner
        Dave & Adam's Card World
        m.donner@dacardworld.com

        Unplanned
        Last Updated: 20 Jul 2023 06:05 by ADMIN
        Created by: I3eyonder
        Comments: 0
        Type: Feature Request
        0
        Hello,

        I have an idea of workspaces concept (just like Postman's workspaces feature).

        Include a workspace concept to enable us to:

        1. Create multiple workspaces that have individual filters, rules, sessions, requests...

        2. Synchronize all of that configuration (filters, rules, sessions, requests...) to continue working on another PC

        Completed
        Last Updated: 25 May 2023 13:03 by ADMIN

        Fiddler for Windows allowed you to add custom columns to Web Sessions list. 

        Fiddler Everywhere needs this option so I can add in a column to show the IP address of the server being connected to.

        Can these methods be added into Fiddler Everywhere:

        1. https://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/addcolumns
        2. https://docs.telerik.com/fiddler/Observe-Traffic/Tasks/ConfigureColumns 
        Unplanned
        Last Updated: 25 May 2023 12:48 by ADMIN

        It appears that I need to add new columns for "VIA" and "SERVER" with each new recorded HAR session that I open. 

        Is there a way to set these extra two columns to always appear in my defaults?

        Completed
        Last Updated: 28 Apr 2023 04:03 by I3eyonder

        Currently, Fiddler Everywhere capture every https traffic. Sometime, decrypt all https traffic are inconvenience and totally make the network broken (eg: Android 7+ devices). Please add this feature of Fiddler Classic.

         

        Thanks!

        1 2 3 4 5 6