Hey,
First I wanted say how nice of a product this is! It's very slick and modern, good job!
I have the following feature suggestion.
My main use case for Proxyman is modifying responses (using Map Local).
The current workflow for this use case is to:
- Open the response for a request in my editor, make the changes I need and save it as a new file.
- In Proxyman right click the request, then Tools → Map Local...
- Click on Select File.
- Choose the file I created.
- Click on Done
- Click on Done again.
This is a bit cumbersome and for my use case, which I perform regularly, takes longer time than needed.
My idea is:
- Under Tools (in the request's context menu) add the Option "Quick Map" (or something like that)
- Once clicked, Proxyman would create a temporary file whose content is the request's response body, and the file's extension would be based on the response's content type, for example, .css for text/css.
- Proxyman will will then open that file (using the OS's default editor), and
- Proxyman would map that temporary file to that request.
That way, for said use case, all the user has to do is right click the request, Tools → Quick Map, make the changes within the editor and save the file.
Hey,
First I wanted say how nice of a product this is! It's very slick and modern, good job!
I have the following feature suggestion.
My main use case for Proxyman is modifying responses (using Map Local).
The current workflow for this use case is to:
This is a bit cumbersome and for my use case, which I perform regularly, takes longer time than needed.
My idea is:
That way, for said use case, all the user has to do is right click the request, Tools → Quick Map, make the changes within the editor and save the file.