kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.65k stars 368 forks source link

Exported curl don't work on postman for requests with more than one query param #223

Closed PM74367 closed 2 years ago

PM74367 commented 2 years ago

Describe the bug When we go to request details, and export request as curl, and try to import that as raw text in postman, import fails

To Reproduce Steps to reproduce the behavior:

  1. Go to 'detail screen of a request with more than one query param'
  2. Click on 'export button at top of screen'
  3. Select 'export curl as request'
  4. Select 'copy'
  5. Paste in postman by going to import -> raw text
  6. Click continue -> import
Screenshot Screenshot
vGubriienko commented 2 years ago

Thx for your report! Will check this.