Telerik Forums
Fiddler Forum
1 answer
1.0K+ views

Hi!

I'm playing around autoresponder and its features.

Have tried to use *header action but it does not seem to work.

Rule itself is quite clear: METHOD:GET - to be sure I've not messed at this point I also tried it with action *drop and eveything seems to work("no connection" error message was shown in Chrome)

Actions were tried:

1. *header:Content-Type=application/octet-stream -- existing header, dash-style naming

2. *header:ContentType=application/octet-stream -- existing header, camelCase naming

3. *header:X-OWN=test -- new header, dash-style naming

4. *header:XOWN=test -- new header, camelCase naming

And then I've looked intoChrome's Developer Tools and there was no such headers shown.

 

Or is *header action applied to request(while I checked response)?

 

Have somebody used *header action successfully?

 

Thank you.

Евгений
Top achievements
Rank 1
 answered on 19 Jun 2017
0 answers
161 views

Hi!

There is something seems to be a bug.

For rule that contains additional check(e.g. METHOD:) alongside with URL match clicking "Test..." shows error message "Sorry, the TEST command can only be used with Rules that evaluate the URL.

Maybe it's because it's possible to edit matching pattern right in the "Test" popup(so it would need aditionally to parse rule string, take URL matching separately from other flags, allow it to be edited and finally to join all that again).

But currently it requires additional efforts to check such kind of rules:

1. Cut all the flags except REGEX:/EXCEPT:/<partial URL matching string>

2. Test it, modify if needed

3. Return all the flags back

4. Save the rule

Евгений
Top achievements
Rank 1
 asked on 19 Jun 2017
0 answers
518 views

Hi

Hi

I need to capture https traffic. I can do it using UI but i need to enable, configure and start fiddler from command line to capture https trafic  (Windows)

Is it possible to enable https capturing using only cmd in Windows?

I can start the fiddler from cmd in quit mode.

I can update keys in the register.

I can generate ssl certificate using makecert.exe.

I have no idea how to set the certificate to fiddler.

How can I force fiddler to generate ssl certificate automatically?

Where fiddler stores its private and public certificate?

 

P.s. I'll be appreciate if anyone can help me.

ItIsHidden
Top achievements
Rank 1
 asked on 17 Jun 2017
0 answers
72 views
安装时报错
junchao
Top achievements
Rank 1
 asked on 16 Jun 2017
0 answers
152 views

There are many issues of in my mac, but most painful is this copy ad paste issue. I need to create a document with the list of API responses and request but when I select text and try to copy and paste in notepad, it's not pasting.

Please if anyone can help me!

Neha
Top achievements
Rank 1
 asked on 15 Jun 2017
1 answer
571 views

Hey,

I am conducting some tests on a web app using fiddler. An important test is sending in many of the same request at once. 

I am currently using shift+r on a request and sending in 10-50 at once, however fiddler will only send in 10 at once and then sequentially send in the other 40. 

Is there a way to send in all 50 at once, or is this just a limit of my network/server. 

 

Regards, 

Ben

Tsviatko Yovtchev
Telerik team
 answered on 14 Jun 2017
1 answer
152 views

Hi,

We are trying to use FiddlerCore API with C# for developing automation scripts with Selenium. Everything works perfectly in one of our client machine, whereas when we use the same script in another new machine with little changes (2 GB RAM and Dual core) everything is messed up.

When we start the script, we are calling starting Fiddler by

FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default;
int iPort = 8877;
Fiddler.FiddlerApplication.Startup(iPort, oFCSF);

Fiddler is started up and holding our application from loading completely. Our AUT needs to mentioned in Exceptions of proxy settings: "Do not use proxy for the addresses beginning with". Since this is getting cleared up after we start Fiddler, our AUT is getting stopped from loading completely and we cannot continue with our testing. Can you please help on this.

 

Thanks,

 C S Harsha

 

 

 

Tsviatko Yovtchev
Telerik team
 answered on 14 Jun 2017
1 answer
238 views

Hi there,

I have two auto responder rule.

 

1. regex:http://MY_DOMAIN/(.*)

   *script:urldecode

    static function urldecode(oSession:Session) {
        oSession.PathAndQuery = Uri.UnescapeDataString(oSession.PathAndQuery);  // url decode
    }

 

2. regex:http://MY_DOMAIN/(.*)

    D:\source\design.sts\$1

 

Can not two rules work together?

I want to pass the local file in response after url decode.

 

Thanks!

Tsviatko Yovtchev
Telerik team
 answered on 14 Jun 2017
4 answers
288 views
---------------------------
Loading Script/Extensions failed
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.

Une exception a été levée par l'initialiseur de type pour '.šˆ'.

Type: System.TypeInitializationException
Source: Fiddler
   à .šˆ.get_Instance()

   à Fiddler.frmViewer.š(Object , EventArgs ) dans C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:ligne 9748

System.IO.FileLoadException: Impossible de charger le fichier ou l'assembly 'Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. Accès refusé.

Nom de fichier : 'Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

   à Fiddler.FiddlerScript..ctor()

   à .šˆ.™ˆ(ScriptLanguage ˆ) dans C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Application\Scripting\ScriptManager.cs:ligne 119

   à .šˆ..ctor() dans C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Application\Scripting\ScriptManager.cs:ligne 31

   à .šˆ..cctor() dans C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Application\Scripting\ScriptManager.cs:ligne 24



AVT : la journalisation de liaison d'assembly est désactivée.

Pour activer la journalisation des échecs de liaison d'assembly, attribuez la valeur 1 à la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD).

Remarque : une certaine perte de performance est associée à l'enregistrement dans le journal des échecs de liaison d'assembly.

Pour désactiver cette fonctionnalité, supprimez la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog].


Fiddler v4.6.20171.14978 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

luminarius
Top achievements
Rank 1
 answered on 12 Jun 2017
1 answer
1.7K+ views

Hi, i'm trying to use Fiddler to test SMTPS communication through a Proxy Tunnel, in the following manner :

- The client exec an Http Connect command in order to establish a tunnel to the destination SMTP server on port 465.

- After the connect succeed, the client starts talking with the server through the created tunnel like a normal SMTPS connection.

This is working successfully if the "decrypt HTTPS traffic" option is disabled.

When the option is enabled and the interception certificate is created, the client - SMTP communication is shut down all of a sudden.
After further analysis, it turned out that the SMTP server actually replies correctly to the proxy with the classic "Service Ready" message, but for an unknown reason the message never reach the client (it seem that Fiddler is not passing it to the Proxy-Client connection). So i am wondering if Fiddler applies some kind of filter to Non-HTTP traffic once the decryption is activated. Is this the case ?

 

Thank you

 

 

Tsviatko Yovtchev
Telerik team
 answered on 12 Jun 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?