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

Allows header key/value to be empty #1898

Closed
AntoninHuaut opened this issue Mar 22, 2024 · 1 comment
Closed

Allows header key/value to be empty #1898

AntoninHuaut opened this issue Mar 22, 2024 · 1 comment

Comments

@AntoninHuaut
Copy link
Contributor

I have multiple environments and some need a header key with a header value. But my requests collections are the same. To handle it, all my environments have the header key and the header value as variable, but for the environment or is not useful, these values are empty.

There are two problems:

  • First, we can't save environments variable with an empty string, it's not persistent
  • Second, I can't send request with empty header name: "Error invoking remote method 'send-http-request': Error: header name must be a non-empty string". It is possible to make this check optional or be configurable to be skipped.

Using Bruno v1.11.0

@helloanoop
Copy link
Contributor

Thanks for the PR @AntoninHuaut !

This will go out in the 1.13.0 release. Please subscribe to Discord announcement channel to stay notified on the releases.

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

No branches or pull requests

2 participants