Use Fiddler under Mac

Source: Internet
Author: User

Recently because of business needs, may catch small program package, small program network request Force HTTPS, this time Fiddler is a good choice, but the Mac to use Fiddler is a little more trouble.

The first step is to install the Mono framework

http://www.mono-project.com/download/stable/

The second step, after installation, open Terminal, enter:

/library/frameworks/mono.framework/versions/<mono version>/bin/mozroots--import--sync

<mono version> Here Enter the installed Mono version number, such as this:

/library/frameworks/mono.framework/versions/5.10.1/bin/mozroots--import--sync

If you do not know the version number, first go to the folder--------Enter:

/library/frameworks/mono.framework/versions/

There is a folder, the name is the version number.

Finally, download the OS Fiddler and unzip:

Https://www.telerik.com/download/fiddler

Open the Terminal and execute it under the Fiddler directory:

sudo mono Fiddler.exe

If you report this error:

=================================================================got a SIGSEGV while executing native code. This usually Indicatesa fatal error on the Mono runtime or one of the native librariesused by your application.=========== ======================================================

Then switch to 32-bit boot:

sudo mono--arch=32 Fiddler.exe

Use Fiddler under Mac

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.