Enable running proxy as a back-end for Request Capture #10
Open
Description
Often, while writing new clients, or debugging existing API's, it is often useful to use a tool such as Charles Proxy. It allows one to save traces (request + response) and reload them again for reviewing as well.
Would be useful if Postwoman came up with a way to act as such a proxy, and one could connect existing apps / browsers on them, and look through the requests / responses. Would also be helpful to generate user signed certificates if one wishes to debug through TLS encrypted requests as well.
Ask:
- A standard way to load and import traces, to begin with. Please support existing HTTP capture trace formats, such as Charles' .trace files etc.
- Look at actually enable the proxying feature.
- Enable support for saving traces as well, so they can be reused later across app sessions.
Alternatives:
N/A
Additional Context:
N/A
Issue transferred from hoppscotch/hoppscotch#325