Telerik Forums
Fiddler Forum
2 answers
648 views

I get this error when I try to install FiddlerCore nuget package

SeverityCodeDescriptionProjectFileLineSuppression State
ErrorUnable to resolve dependency 'BCMakeCert'. Source(s) used: 'Microsoft Visual Studio Offline Packages', 'api.nuget.org', 'FiddlerCore'.


Simeon
Telerik team
 answered on 29 Jul 2020
1 answer
7.5K+ views
Hello,

I have a JSON string and I want to parse it to an object (to do some query after that).
I have found Fiddler.WebFormats.JSON.JsonDecode() but the returned JSONObject has no method to get or set content.

How to decode and use JSON strings ?

Thanks for any help !
oudin
Top achievements
Rank 1
 answered on 29 Jul 2020
1 answer
660 views
---------------------------
Loading custom MIME mappings 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.

The cloud file provider is not running.



Type: System.IO.IOException
Source: mscorlib
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)

   at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)

   at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding)

   at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt)

   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)

   at Fiddler.XmlFileMimeMappings..ctor(String filePath) in C:\Jenkins\Fiddler_Windows\workspace\FiddlerCore\FiddlerCore.Shared\Common\Core\MimeMapping\XmlFileMimeMappings.cs:line 40

   at Fiddler.frmViewer.š(Object , EventArgs ) in C:\Jenkins\Fiddler_Windows\workspace\Fiddler2\Fiddler.Shared\Viewer.cs:line 9968


Fiddler v5.0.20202.18177 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.18363.0] 
---------------------------
OK   
---------------------------

Lini
Telerik team
 answered on 29 Jul 2020
3 answers
629 views

If I try to start the appimage-File as User I got this: 

[4022:1220/111702.904524:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_progrerhEclj/chrome-sandbox is owned by root and has mode 4755.

 

If I start it as root, the install dialog is shown, but after finish no App-Icon is found, no entry in the Menu and also the app isn't starting.

What to do?

Enviroment:

Manjaro Linux
Linux 4.14.158-1-MANJARO #1 SMP PREEMPT Fri Dec 6 07:01:33 UTC 2019 x86_64 GNU/Linux

 

Lini
Telerik team
 answered on 29 Jul 2020
4 answers
10.4K+ views

Hello. I have an application. But Fiddler doesn't capture all requests of my application. It doesn't capture few requests. But Fiddler works fine in browsers like Chrome and Firefox. I tried Wireshark for same application, and it captured the requests that Fiddler couldn't capture. And, these "uncaptured" requests are HTTPS. I have enabled HTTPS Decryption. I need full URL and response data of these requests. Can you help me please? I apologize for my English.

Emre
Top achievements
Rank 1
 answered on 24 Jul 2020
7 answers
1.9K+ views

I've read Eric Lawrence's great blog post (https://www.telerik.com/blogs/help!-running-fiddler-fixes-my-app-) on the most common classes of issues "fixed" by running Fiddler. I seem to have another example.

I'm investigating an issue for a client where SignalR connections (over websockets) are dropping out regularly every hour. The dropouts are affecting roughly half the machines in their network, and happen after a connection has been up for an hour (i.e. not all machines are dropping out at the same time). The machines are heavily locked down windows 10 running Chrome in kiosk mode and are (in theory at least) identical builds. The dropouts have started happening as the client sites have moved to a new network provider - but only affecting about half of the sites. All sites have (in theory at least) identical network configurations.

To try to learn more about the cause of the dropouts (specifically whether it is a difference in the clients or a difference in the network) I have been running Fiddler on a machine that does experience the dropout. However, the dropout stops happening while Fiddler is running and resumes once Fiddler has stopped.

The dropouts happen whether or not there is application traffic occurring on the SignalR connection. Overnight there may be periods of several hours where the only traffic on the connection is the websocket-level keep-alive (ping/pong) and the SignalR level heartbeat ("type":6 messages). The devices experiencing the issue drop out once per hour, 24 hours per day.

Can you think of any possible way(s) in which Fiddler can be influencing the behaviour that would cause the dropouts to stop?

 

Thanks
Richard

 

Nick Iliev
Telerik team
 answered on 23 Jul 2020
1 answer
2.3K+ views
Hi Team,

I am having issues when running Fiddler in order to analyze the traffic that is made between Office 365 apps and authentication service from Microsoft.
Basically when Fiddler in running in non-browser mode and after I sign out from Word and want to sign in again I am getting error 0xCAA70004 which indicates there's no internet. The intranet pages are also affected as they don't load. We got a proxy setup. I did setup a proxy server settings in LAN settings on IE however I still get the same result. I did set the proxy settings manually in Fiddler under the tools>options>Gataway and checked under "show current gateway Info" which shows our proper proxy details. Still I cannot get any of the office apps to authenticate. Act as system proxy is enabled under the Connections tab and the Root certificate is enrolled. Decryption from HTTPS in enabled and set to "from all processes". Protocols are set for tls1.1 and tls1.2
Can you please advise how to fix this issue?Should Fiddler be bypassed for Office 365?

Many thanks in advance for the advice and reply.
Nick Iliev
Telerik team
 answered on 23 Jul 2020
7 answers
2.3K+ views

We are attempting to use Fiddler as a proxy to capture traffic being sent from Microsoft Dynamics NAV to SharePoint via a plugin we have written for NAV. 

I have added the below to    "C:\Program Files\Microsoft Dynamics NAV\90\Service\Microsoft.Dynamics.Nav.Server.exe.config"

 

<defaultProxy>
      <proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" />
 </defaultProxy

 

When our plugin (DC.SharePoint.ComWrapper) attempts to connect to SharePoint via Fiddler we receive the below error.

 

Microsoft Dynamics NAV
---------------------------

A call to DC.SharePoint.ComWrapper.ListItemWrapper.Create failed with this message: The remote certificate is invalid according to the validation procedure.
---------------------------
OK
---------------------------

Does anyone have any suggestions as to what I could be missing? The NAV service runs as a domain user, which has the Fiddler root certificate in it's trusted root certification authorities store.  I have also tried putting it in the local computers store and running the service in the Network Service account.

The only thing I have noticed, is in the Raw capture, there is a line saying:

"Time": 26/09/2021 02:52:10

The date and time specifieid changes to seemingly random date around 50 years either side of the date today. However I am not sure if that is being used to validate the certificate?

Any help would be greatly appreciated.

Nick Iliev
Telerik team
 answered on 23 Jul 2020
1 answer
499 views

Hi team,

 

I recently downloaded Fiddler Classic and now that is downloaded, my Slack app does not connect unless the Fiddler tool is up and running. What settings do I need to change in order to have Fiddler closed and ability to use the Slack app?

 

Thanks,

Jacob

Nick Iliev
Telerik team
 answered on 22 Jul 2020
1 answer
344 views
Are there settings, or bypasses, that need to be set up to get Fiddler Everywhere to launch, on a mac, behind a web gateway/proxy?
Nick Iliev
Telerik team
 answered on 22 Jul 2020
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?