Telerik Forums
Fiddler Forum
2 answers
2.4K+ views

Hi,

since my company brought in a new corporate proxy (IBoss) I am unable to use Fiddler.

Any ideas please? The error I receive is "The system proxy was changed. Click to reenable Telerik Fiddler capture".

From some googling I am guessing that IBoss proxy is changing settings as soon as Fiddler makes a change.

In IE, I do not have any entries in Internet Options -> LAN Settings -> Proxy Settings (and these settings are now blank & disabled).  There is an automatic config script.

If I use foxy proxy to change proxy to localhost and give a port, I can capture local traffic but nothing external (ie anything that should go though IBoss). Have tried several Gateway options in Fiddler but unsure what Fiddler needs.

Any thoughts please?

Dan

 

 

Dan
Top achievements
Rank 1
 answered on 09 Sep 2019
3 answers
132 views

Hello, the situation is that I am testing a controller from this application, I am working with an api, asp.net core and entity frame, the thing is that I do not connect the vue.js with the asp, so I am testing the controller from this application.

I have been trying to send the data to the controller but it gives me a data error in the "idUsuario" section =   {"errors":{"":["Error converting value \"IdUsuario\" to type 'SMAD_WEB.Modelos.UsuarioModelo.UsuarioViewModel'. Path '', line 1, position 12."]},"title":"One or more validation errors occurred.","status":400,"traceId":"80000166-0006-ff00-b63f-84710c7967bb"}

all the gesture, controller, model, and data, is in int, but at the time of sending it, it tells me that it cannot connect it

 

"IdUsuario" : 504100637,
" NomUsuario ": "wilberth",
"' EmailUsuario "' : "wil@gmail.com",
"contrasena" : "1234"
"Rol": 1 

 

In this way I send it, will it be that it is badly sent, can anyone tell me how to save it?


Eric R | Senior Technical Support Engineer
Telerik team
 answered on 05 Sep 2019
1 answer
363 views

Hi,Eric 

I have a problem, someone has the same problem as me before, here,but there is no reply, and it has been a long time, so I want to bring up this problem again.

I want to use PAC file. http://127.0.0.1:8888/proxy.pac, this way, if my proxy accidently quits without remove the proxy setting, the browser will be able to continue to work since it can't find the pac file, thus consider it "No proxy".

But When I set the flags, if I don't include: "RegisterAsSystemProxy", the PAC file will not registered.
If I DO include "RegisterAsSystemProxy", the PAC file is registered, but also the proxy servers, 127.0.0.1 8888 for http and https. What's the point to have both registered, and it negate my purpose.
Anyway to hook up PAC file only?

Did I miss something?

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 04 Sep 2019
3 answers
246 views

Hi, while trialing out Fiddler to specifically look at HTTPs traffic on a MacBook pro (10.14.6) I got a crash of Mono Fiddler.

Since then I can't get HTTP or HTTPS traffic working on my machine in any browser (Safari, Chrome, FireFox and Opera).

I double checked the proxy settings for http and https and confirm they are turned off (when enabled, I get a proxy timeout).

Traffic in a webbrowser just times out, eventually giving an error time out.

Using netstat -nr I see normal routes and I can ping a domain without any issues (dns resolution and icmp succeeds).

John-Paul
Top achievements
Rank 1
 answered on 01 Sep 2019
6 answers
1.7K+ views

Hi there long time Fiddler user first time poster

I have a capture which I done in wireshark some time ago it contains http traffic: http://dxing.si/STB/Amino/Project%20Amino%20hack/STB_Power_HTTP_Only.pcapng

 

when going to File->Import seassions->Packet capture and select this pcapng file it says it loaded it but 0 sessions were loaded and nothing shows up

 

if anyone has any idea why this file won't import please suggest how I can convert it to .saz file maybe so fiddler will like it

here is the picture that shows filddler cannot load any sessions: http://dxing.si/STB/fiddler.PNG

Thanks for Anwsering and Best Regards

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 30 Aug 2019
3 answers
1.0K+ views
---------------------------
SAZ Creation Error
---------------------------
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.
The physical file represented by the item could not be created.
Type: Xceed.FileSystem.DiskFile
FullName: C:\Users\jpatel6\Documents\Fiddler2\Captures\SOAPENG_08212019.saz
Type: Xceed.FileSystem.FileSystemException
Source: Xceed.FileSystem.v5.4
   at Xceed.FileSystem.DiskFile.DoCreate(FileSystemEventsSession session)
   at Xceed.FileSystem.AbstractFile.DoCreateWrite(FileSystemEventsSession session, FileShare share)
   at Xceed.FileSystem.AbstractFile.CreateWrite(FileSystemEvents events, Object userData, FileShare share)
   at Xceed.Utils.Storage.Storage.Update(FileSystemEventsSession session)
   at Xceed.Zip.ZipStorage.Update(FileSystemEventsSession session)
   at Xceed.Utils.Storage.StorageHandler.Rebuild(FileSystemEventsSession session)
   at Xceed.Utils.Storage.StorageHandler.ReleaseReference(FileSystemEventsSession session)
   at Xceed.Zip.ZipArchive.EndUpdate(FileSystemEvents events, Object userData)
   at .•.CompleteArchive() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\SAZ-Xceed.cs:line 310
   at Fiddler.frmViewer.actSaveSessionArchive(String , String , Session[] ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 6482
System.IO.IOException: The operation completed successfully.


   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemInfo.set_Attributes(FileAttributes value)
   at Xceed.FileSystem.DiskFile.DoCreate(FileSystemEventsSession session)
Fiddler v4.6.20171.14978 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.14393.0]
---------------------------
OK  
---------------------------
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 29 Aug 2019
1 answer
107 views
Hey guys! I'm editing some stuff on a website and I wonder if it's possible to run AutoResponder as a launcher or something else because I will release the edit that I'm working on to the public. I don't want people to mess with installing Fiddler and importing the AutoResponder stuff, that would just take too long. I tried to make something like AutoResponder but I guess it won't work out. I wanna know how can I make a seperated launcher for AutoResponder so when someone launches it, the website will be changed. I hope you understand what I'm trying to say. Thanks!
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 28 Aug 2019
3 answers
1.9K+ views

Hi,

I have nearly the same issue as in the topic "Can’t see the contents of HTTP Tunnel to port 443" discussed. But the difference is: while tunneling through fiddler, the app is not working properly. I inspected the packets with wireshark and when I am using fiddler, then the connection will be closed from client-side (fiddler) right after the "server hello" message. The last packet before the clientside FIN is the "change cipher spec, encrypted handshake message".

If I am not using fiddler as man in the middle, then everything works fine (hello, key exchange, change cipher spec, application data).

So it seems that fiddler closes the connection before all the data is exchanged. why?

With other connections (like google) fiddler works as expected, right after the connect message i can see the decrypted https traffic.

My setup is the following: I have MEmu (android emu) running on a windows machine and inside MEmu I configured my local machine on 8888 as proxy. This is working, if I google something from inside memu, everything is fine in fiddler. But if I use my app from inside memu, then the explained failure occures. 

Any help will be appreciated!

Thanks!

lars
Top achievements
Rank 1
 answered on 28 Aug 2019
1 answer
240 views

Hi. I'm doing a C# project with FiddlerCore that modify the content of a website. The project work, I can add or modify content of the websites. The problem is when I trying to modify a site that do video stream. the video take many time to load and when im not running the project with fiddlerCore the videos load instantly. This happen with many videos stream sites but not for all, for example youtube work fine. Im checking the this happens even if FiddlerApplication_BeforeResponse dont have any code. but when I comment oSession.bBufferResponse = true; in BeforeRequest, the problem disapear.

I'm the only one with this  problem ?
I'm doing like this:

 

static void FiddlerApplication_BeforeResponse(Session oSession)
{

}
static void FiddlerApplication_BeforeRequest(Session oSession)
{
    oSession.bBufferResponse = true;
}

...
FiddlerApplication.BeforeRequest += FiddlerApplication_BeforeRequest;
FiddlerApplication.BeforeResponse += FiddlerApplication_BeforeResponse;

...

Thanks you !

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 27 Aug 2019
9 answers
1.4K+ views

New Windows 10 install. System.Security.Cryptography.CryptographicException: Access is denied.

Tried running as admin. No change.

Tried installing the cert manually via export and import however then Chrome gives me NET::ERR_CERT_AUTHORITY_INVALID.

Tried resetting cert and installing again. Same access denied error as before.

Entirely stuck here. 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 27 Aug 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?