fabiobento512 / FRequest

FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
https://fabiobento512.github.io/FRequest
GNU General Public License v3.0
167 stars 15 forks source link

URL Query parameters #35

Open HBoskugel opened 5 months ago

HBoskugel commented 5 months ago

In some cases API's using a combination of request body and request URL parameters (query).

You provide Body and Headers, so it would be nice to have a "Query" tab too to add variables/key and values there instead of adding the query in the path also.

Additionally general query parameters could be added at project level. All similar to your headers implementation.

image

image