Dear,
I am doing a booking system with Kendo UI Scheduler,Everything working without resource if I resources not bind and not working.getting error like
"Uncaught TypeError: Cannot read property 'length' of undefined"
[EnableQuery]G'day All!
I receive a Chrome error about missing the above header.
When I have Fiddler running, this header is added, and the website works fine.
Only problem is I can't see what is going on with the web requests, as everything works with Fiddler running.
How do I stop Fiddler adding the Access-Control-Allow-Origin header?
Thanks
Hi all,
Having a problem we can't figure out. We've got Fiddler installed on our test machine, and when we create mockups that only test our API calls, it captures them all just fine. However, when we run the app we're developing (on the same machine), which uses those same API calls, Fiddler captures nothing at all. We're clueless. Does anybody know why this would happen?
The options for the CertEnroll engine list Hash Algorithm as SHA2 (sha-256 specifically), but when I export the root certificate to the desktop (or trust it), the generated CA self-signed certificate has a signature algorithm of sha1. Is there something I need to do to support SHA 2 intercepted traffic?
Hi there
I am trying to resolve an issue why it constantly takes 16 seconds (used to be 11 but then something changed (?)) to launch an intranet website using IE11 with a PAC file. But here is the most perculier thing if I install Fiddler then the website launches instantaneous.
I would like to know why Fiddler has this impact?
Regards
Paul
Hello,
I have a .NET Application that I need to alter some WCF traffic headers on. The Microsoft folks told me there is no way to really inject the headers I need in the request and pick them up out of the response with the current framework. What I would like to do is just add FiddlerCore to the application, and if the header isn't there on the outgoing request from my application, then I would like to add it. (Real simple).
I can get everything to work, however the events only fire if I register the FiddlerApplication as a system proxy. I would like this transparent to the user so that it doesn't screw up their proxy settings in the OS.
Fiddler.FiddlerApplication.Startup(8877, false, false);
Fiddler.FiddlerApplication.OnNotification += delegate(object sender, NotificationEventArgs oNEA) { System.Windows.Forms.MessageBox.Show("Here"); };
The event never gets called in this case, however if I change this over to the below it does:
Fiddler.FiddlerApplication.Startup(8877, true, false);
Fiddler.FiddlerApplication.OnNotification += delegate(object sender, NotificationEventArgs oNEA) { System.Windows.Forms.MessageBox.Show("Here"); };
Should the event be being fired if I have the RegisterAsASystemProxy turned OFF?
Thanks
Hi All
I am just wondering whether i have posted this in the correct place. I am looking for help or a tutorial on how to use FiddlerCore with a SWF file to inject data into a flash Game.
I have been using the normal way or swapping files on loadup but believe there is a specific way of doing this with FIDDLERCORE.
I have heard about people using this method but unfortunately they dont wanna tell or show me.Any guidance will be welcome Thank-You.
regards
Morgs
Hi, would like to add a context action that when clicked fiddler will launch an external program and send some data from the packet to that application, still a noob and know if that is even possible.
Thanks a lot