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.
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.