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

Support special characters in request name #189

Open
Dobby89 opened this issue Sep 13, 2023 · 0 comments · May be fixed by #349
Open

Support special characters in request name #189

Dobby89 opened this issue Sep 13, 2023 · 0 comments · May be fixed by #349
Assignees

Comments

@Dobby89
Copy link

Dobby89 commented Sep 13, 2023

Edit: It appears this issue was already raised and closed in #147 but the issue still remains.

Postman allows special characters in the names of each request, which is useful when you're like me and prefer to name requests by the actual URL being requested so I have a 1:1 relationship between my API and the request name in Postman.

For example, if the API has an endpoint of GET customers/{id} (where {id} represents a dynamic path param) I would name the request as customers/{id}.

Bruno doesn't allow this and gives this error:

image

As a result, when I imported my collection from Postman, the special characters got changed to hyphens as per below

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants