Skip to content
New issue

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

Path Params are not recognized when creating a new request #2786

Closed
2 tasks done
zFlxw opened this issue Aug 8, 2024 · 0 comments · Fixed by #2843
Closed
2 tasks done

Path Params are not recognized when creating a new request #2786

zFlxw opened this issue Aug 8, 2024 · 0 comments · Fixed by #2843
Labels
bug Something isn't working

Comments

@zFlxw
Copy link

zFlxw commented Aug 8, 2024

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

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

meta {
  name: Test Request
  type: http
  seq: 5
}

get {
  url: /somepath/:someId
  body: none
  auth: none
}

Screenshots/Live demo link

image

image

@zFlxw zFlxw added the bug Something isn't working label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant