The instructions on http://www.telerik.com/blogs/fiddler-for-linux-beta-is-here for installing Fiddler for Linux Beta mention running /usr/lib/mono//mozroots --import --sync. However I don't have that application. Instead, mozroot is to be found in /usr/lib/mono/4.5. The documentation might confuse some folk.
For info, Linux Mint 18.1. Mono installed through apt install mono-complete.
Just a quick aside, why does the forum sign-up insist on the user entering a company name? We don't all work for companies.
Hi.
I get the following exception when I want to repeat a request via Shift + R
Once I press OK, the process continues with Repeat Count prompt and the repetition works.
Thanks
---------------------------
Awww, Fiddlesticks!
---------------------------
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.
Value of 'null' is not valid for 'stream'.
Type: System.ArgumentException
Source: System.Drawing
at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at Fiddler.frmPrompt.GetUserString(IWin32Window wndOwner, String sTitle, String sPrompt, String sDefault, Boolean bReturnNullIfCancelled, PromptIcon piIcon) in c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\frmPrompt.cs:line 84
Fiddler v4.6.3.50306 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.1.7601 Service Pack 1]
---------------------------
OK
---------------------------
Hello,
I have a packet capture which throws error while importing to Fiddler. I have selected one packet from capture and uploaded the capture to https://www.sendspace[.]com/file/rqnqs9 to find our what is different about this capture from the other usual captures that I am able to import without any problems. I have also attached the error screenshot that I get while I import this capture. Please feel free to delete this thread if this is not appropriate to be asked here.
Regards,
Rohit
When I try to run fiddler setup nothing happens. A trip over to the event viewer under Application I get warning Event 866 from SoftwareRestrictionPolicies :
Access to C:\Users\username\AppData\Local\Temp\Fiddler4Setup.exe has been restricted by your Administrator by location with policy rule {542edcef-766b-4b80-94e2-42e180f6675d} placed on path C:\Users\username\AppData\Local\*\*.exe.
It appears as if this program installer is trying to use the AppData\Local\Temp folder to run executables out of. This is a big no no and poor programming design. It is not good practice to install this way as its the cheap and easy way out. This location is a prime target for malware and ransomware to deposit their payloads and execute. Therefore we have SRP in place to block the execution of files from this location. It has saved our arses one time before as it successfully prevented malware from running.
Can any devs try to redesign the installer to utilize a more modern and Microsoft sanctioned way to do an install? We have many programs that install without issue because they do not take the cheap and easy way out.