Hacker News new | ask | show | jobs
by wingi 2830 days ago
Can I use it as a transparent proxy with SSL certificate support like Charles?
1 comments

This is a proxy at the HTTP level. So you can proxy and view request/response for HTTPS requests without configuring any certificates
Can you explain what this means?
This acts as a proxy server for any API. All the request capture by intercept and it'll capture the response from the original endpoint and reply back
This is the same for HTTPS traffic? You can view the content of requests without installing a cert?
Yup, this works both HTTP and HTTPS without any certs.

Hope this helps

Thanks!