Bind value to the URL path. eg: /books/{id}/show #3587
Unanswered
erlangparasu
asked this question in
Ideas
Replies: 7 comments
|
You can set various tags in the path already. Hit ctrl + space to bring up the list. There are all sorts of things you can configure
|
0 replies
|
thanks for answer sir, but i actually want that url value is set in UI like Query form, not defined via the environment |
0 replies
|
You can use a Prompt Tag to do that. When you send the request it will pop up a dialog asking you to enter the value of the placeholder. |
0 replies
|
using the prompt is slower since you have to click twice to send an http request |
0 replies
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
|
? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Currently there is Query tab to set query parameters. But i want to set parameters in path too.
Describe the solution you'd like
Bind the values to the url path template.
Thank you!
All reactions