Telerik Forums
Fiddler Forum
3 answers
120 views

I am trying to apply osession.request-trickle-id values to SOAP and REST requests made via HTTPS from ReadyAPI. I'm making these requests within the company network.

The setting appears to be ignored when I make ReadyAPI requests.

 I am definitely routing ReadyAPI traffic through Fiddler - I can see the requests in Fiddler. 

 If I simply browse the Web, however, it's easy to see that the request-trickle-id value IS being applied.

 I will say that the ReadyAPI requests I'm making are very tiny, but even huge osession.request-trickle-id values have no effect.

 Thoughts? thanks. 

Amy
Top achievements
Rank 1
 answered on 15 Jul 2015
7 answers
231 views

Good day!

I develop personal ads blocker on Fiddler.Core. My solution requires two times longer than classic Fiddler or clean browser to complete load page. After profiling problem founded at Fiddler.DefaultCertificateProvider.CreateCert what take 50% resources of solution. Fiddler.DefaultCertificateProvider.CreateCert called by Fiddler.DefaultCertificateProvider.LoadOrCreateCertificate. My certificate installation code is:

#region Certificate preparation
        /// <summary>
        /// Save and restore root cert and appropriate settings
        /// </summary>
        private void PrepareCert()
        {
            // check root cert
            if (CertMaker.rootCertExists()) return;

            // generate root cert
            if (!CertMaker.createRootCert())
                throw new InvalidOperationException("Cant create root certificate");

            // install root cert
            if (!CertMaker.trustRootCert())
                throw new InvalidOperationException("Cant trust root certificate");
        }
        #endregion

This code called on application startup only.

My Fiddler.Core from NuGet.

How to fix this problem?

Eric Lawrence
Telerik team
 answered on 10 Jul 2015
7 answers
9.5K+ views

Hello,

I am using Fiddler Web Debugger (v2.5.1.2).  I am new to fiddler tool. i have question on capturing the request.

In application, when i choose record in table grid and click button on panel then it will prompt for confirmation. if i click confirm button then request will sent and processed.

here basically i want to capture the entire request was built/sent to server when i click confirmation pop up.


i only see like below in Request headers, could you help me on this.

POST /xx/outbound/ui/abc.jsflps HTTP/1.1

 

Appreciate your inputs

Eric Lawrence
Telerik team
 answered on 07 Jul 2015
1 answer
257 views

Hello!

I've some troubles using fiddler.

I've installed new version of fiddler. Windows 8.1, 64bit.

Fiddler runs fine, I want to capture https traffic from my android device. There is also installed fiddler root certificate, using ipv4.fiddler:8888.

I'm using app in android, not browser. 

I'm opening app, it requires authentication, after filling login and password, I try to log it on, but fiddler log shows up this error: "!SecureClientPipeDirect failed: System.Security.Authentication.AuthenticationException: A call toSSPI failed, see inner exception. "

Need your help.

Thank you!

 

Eric Lawrence
Telerik team
 answered on 06 Jul 2015
1 answer
163 views

Hi Team,

is it possible to use FiddlerCore.dll in asp.net application and users browse this application,They should be able to view all traffic(REST details) from their system(either from desktop app or webapp).

 

Eric Lawrence
Telerik team
 answered on 02 Jul 2015
1 answer
227 views

Hi,

My name is Nicholas and I am the Product Manager at Acunetix.

Every so often, we come across Acunetix users who are also using Fiddler to test their web applications. So we have implemented support for Fiddler Session Archives (Fiddler exports), which can be used to pre-seed a scan. This is very useful as it gives a head start to the Acunetix Vulnerability Scanner when crawling the web application, and the user might have already logged HTTP requests in Fiddler to parts of the web applications that are not linked to from the main URL.

More information about how to do this can be found at http://www.acunetix.com/blog/docs/how-to-pre-seed-a-crawl-using-a-fiddler-session-archive-saz-file/

I hope you find this Acunetix update useful.

Eric Lawrence
Telerik team
 answered on 01 Jul 2015
4 answers
1.0K+ views

I have a sporadic problem on an HTTPS site that requires a client CAC cert.  Problem started a few months ago.  At any given time, IE will prompt the user (windows security) to select their cert and press OK to continue on.

Problem is - is just keeps re-prompting for the cert - an endless loop when they press ok. It just keeps them prompting to select the cert again over and over.  They have to kill the browser in task manager and restart IE.  I CANNOT automatically re-create this problem on the fly.  It sporadically happens.  Maybe on the first attempt,   May happen in 5 minutes or may take 2 hours, or maybe not for the whole day as the user works in the site.  When this problem has happened to me, i have opened control panel -> Internet options -> and have cleared the SSL state, but it ignores when I select the cert and press ok.  It just keeps prompting me to select a cert.

I am trying to figure out if the the SSL state cache is not being cached, getting dumped, corrupted, network issues, etc. - OR if their is something wrong with the Windows security choose certificate GUI box (Wininet) that is causing the problem.

I have dumped the regular cert that i use for the authentication in the fiddler directory (ClientCertificate.cer), but would like fiddler to allow the windows security GUI to allow me to choose which cert i use (like it does when fiddler isn't running).  Any clues or way i can make fiddler use the windows select cert box (like normal)?

   Thanks,

      Jason

 

Eric Lawrence
Telerik team
 answered on 30 Jun 2015
1 answer
246 views

I've been running into some unexpected and strangely consistent HTTP/1.1 504 Fiddler - Receive Failure, and when looking into the response I see a the X-ServerSocket value to be two values: 

X-SERVERSOCKET: REUSE ServerPipe#1321REUSE ServerPipe#384*NEW*

This would seem to imply that the two server sockets were used for the connection, this seems bizarre. Are there conditions where this should happen?

Eric Lawrence
Telerik team
 answered on 30 Jun 2015
5 answers
947 views

Hi folks,

 I am pretty much new to fiddler. I heard that I can capture custom requests from fiddler so that I can use them in my performance testing tool Load Runner. Is there any settings required in order to generate custom requests?

ex: let's say I am hitting at "http://www.google.com" , so for this, the request which I am getting should be in Custom Request form. something like this..

web_custom_request("allocate", 
"URL=https://www.google.com", 
"Method=POST", 
"TargetFrame=", 
"Resource=0", 
"RecContentType=application/json", 
"Mode=HTML", 
"EncType=application/json; charset=utf-8", 
"Body=
Last);

Please do not hesitate to reach me if any thing is missing.

 

Thanks in advance,

Kantu

Eric Lawrence
Telerik team
 answered on 30 Jun 2015
3 answers
260 views

I am currently using the below script in custom rules to highlight the session green and put "found" into the custom column, if the word "hello" is found in the session.

What I am trying to workout now, is how can I adjust this to display a count of "hello" into the custom column?

 

Script:

if (oSession.utilFindInResponse("hello", false)>-1 && oSession.utilFindInResponse("startMap", false)>-1){
oSession["ui-color"] = "green"

oSession["ui-customcolumn"]="found"

 

Thanks

Eric Lawrence
Telerik team
 answered on 29 Jun 2015
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?