0

I would like to implement a feature to allow me to copy/clone one existent request, edit it and submit it. The objective to use it as a tool to analyze and test/develop instead of using another tool like postman just to create new requests. Sadly I could not find a way ( if there is one ) to do it without messing too much with the core code. The idea is to pick one of the existing requests and "clone" it (keep the headers, url, etc), edit the body and submit it again but in this case I don't need the response to be redirected to the source of the original request I just want to view it on the WPF interface. I know how to do a normal request and I could just do that but I'm using the WPF example and I want to add the custom request to the ListView like the others "normal" request to allow me to use the already existing interface to analyze the result of the request. Any tips? Thanks!

Seltix
  • 69
  • 3
  • 13

0 Answers0