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

Extra space problem #4

Open
mustafairan opened this issue Aug 1, 2019 · 4 comments
Open

Extra space problem #4

mustafairan opened this issue Aug 1, 2019 · 4 comments

Comments

@mustafairan
Copy link

extension puts 2 space between : and header value. This breaks some functionality. Could you configure to put 1 space after : as it supposed to be?

exampleheader: value >>now
exampleheader: value >>what is supposed to be.
Thanks

@lorenzog
Copy link
Owner

lorenzog commented Oct 4, 2019

Hi,

I don't see where this is happening - as you can see in this line I'm only adding one space between headerName and headerValuePrefix (which by default is Bearer ). Are you sure you don't have a space before "Bearer"?

@mustafairan
Copy link
Author

Hi,
You are right. I don't need a prefix in my use case. So I leave it empty. I need something like foo: 1. Foo as header name and 1 as hard-coded value. So, leaving empty the prefix field generates the space. Could you review in this manner. Thanks in advance

@lorenzog
Copy link
Owner

lorenzog commented Jul 8, 2020

Sorry I've left this untouched for too long - is this still an issue @mustafairan ?

@Chan9390
Copy link

Yes @lorenzog. Just saw that today

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

3 participants