Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# native language support #9

Closed
Febbie15 opened this issue Jun 3, 2022 · 3 comments
Closed

C# native language support #9

Febbie15 opened this issue Jun 3, 2022 · 3 comments

Comments

@Febbie15
Copy link

Febbie15 commented Jun 3, 2022

C# native language support for MITM Proxy will be very useful for us as per our project requirement. As alternate option, we
planned to use REST API in our code, but when I click the document link, it shows 404 (Page not available) error. Kindly help me out.

@ericbeland
Copy link

We don't have any plans to support C# in the near-term. No one who works on this has C# installed.

There is possibly a way to get some C# support if you want to invest a bit of time. We generate all of our API clients using a tool called OpenAPI generator. The instructions to generate clients are here:

https://github.com/browserup/mitmproxy/tree/main/clients

If you were to create a config for C# and run the generator, you could probably generate a good C# client.

If you create a working C# config, we would accept a PR for at least the config, although maybe not the whole client since we don't have a testing setup for that.

@ericbeland
Copy link

Can you point me to the broken link you mentioned?

@Febbie15
Copy link
Author

Febbie15 commented Jun 6, 2022

Thanks for your quick response. We will analyze your suggestions to support C# config and come back. This is the broken link https://github.com/browserup/mitmproxy/blob/main/doc.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants