We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider creating a new request with the following url: /somepath/:someId
/somepath/:someId
When you put this URL inside the url field and create the request, the :someId parameter will not be recognized by bruno (see screenshots)
:someId
meta { name: Test Request type: http seq: 5 } get { url: /somepath/:someId body: none auth: none }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I have checked the following:
Describe the bug
Consider creating a new request with the following url:
/somepath/:someId
When you put this URL inside the url field and create the request, the
:someId
parameter will not be recognized by bruno (see screenshots).bru file to reproduce the bug
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: