Skip to content

Path params not working when not preceded by a slash #8069

@Notorious-Coding

Description

@Notorious-Coding

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying
  • this feature was working in a previous version but is broken in the current release.

Bruno version

3.4.1

Operating System

Windows 10

Describe the bug

I imported my open api spec (from my asp.net api).
My APIs support versioning within the url:

{{baseUrl}}/api/v:version/endpoint

:version is not highlighted, taked into account at the import point, but is not working when i make the request.
I need to edit all my request to delete the "v", and add it to the version path params.

.bru file to reproduce the bug

here's the yml of a request that take a path params with a version preceded by v

get -api-v-version-physical-activity.yml

Screenshots/Live demo link

Version not highlighted when not preceded with a /
Image

Version working when preceded with a /
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions