danirod / cartero

Make HTTP requests and test APIs
https://cartero.danirod.es
GNU General Public License v3.0
419 stars 31 forks source link

Loses query parameters if the request is saved after deactivating one of them #50

Open danirod opened 3 months ago

danirod commented 3 months ago

Say that you have an URL like https://example.com/?a=1&b=2&c=3.

And then you use the checkbox to "temporally" disable the queryparam a.

Except that you press [Save]. Well, it seems that the a query parameter has dissapeared from your file, which means that if you close and reopen the request, the query parameter will be gone for good.