requestly icon indicating copy to clipboard operation
requestly copied to clipboard

[Feature]: Import cURL by pasting in URL bar

Open Kanishkrawatt opened this issue 6 months ago • 18 comments

Summary

Allow users to import a cURL command by directly pasting it into the URL bar. Instead of only relying on the Import cURL option, it should automatically detect and parse a pasted cURL command in the input field and convert it into a request.

Image

Proposed Solution

  • [ ] Detect when the input in the URL bar starts with curl or matches a valid cURL command format.
  • [ ] Instead of treating it as a raw string/URL, parse the cURL and load the request details automatically.
  • [ ] Handle invalid/partial cURL commands gracefully with an error message.

Kanishkrawatt avatar Oct 03 '25 09:10 Kanishkrawatt