Timon
Timon
I think you're right, changing/"prettifying" the casing of headers, would just cause confusion, so we should just leave everything lowercase.
I don't think there is an official provision, other than the HTTP spec saying headers are case-insensitive. Our library (`axios`) just lowercases all header names. But we should clarify this...
`Binary-File` Body / `File-Uploads` are planned for the future, see: #195
I think this is a known issue with file-systems that are non-case-sensitive (e.g. `Detect.bru` and `detect.bru` would point to the same file). See https://github.com/usebruno/bruno/pull/531 for the long discussion on this...
> Hmm... I'm a bit confused that for string interpolation, you have to put double-quotes into the string yourself (`"{{my_string}}"`), but for arrays and objects, you don't have to put...
@dw-0 @nlassaux @Nerkho @q587p I implemented a fix in my fork: https://github.com/Its-treason/bruno/releases/tag/nightly that should hopefully fix your problem. Could test it locally and give feedback on whether it fixes your...
Hey @dw-0, thank you for testing it and the feedback > I wasn't able to test anything really, as the program just showed a white page when i clicked on...
Alright @dw-0, thank you again for testing it with my collection. I found out why the variables were not replaced in your example. `now` is an `Moment`-Object and was JSON-stringified,...
Nice @dw-0, glad everything works now and thank you for testing it one last time! The white-screen issue might be related to this PR: https://github.com/usebruno/bruno/pull/1932 that was merged earlier today...
Seems to be an issue with the golden edition then. The error modal also does not exist on the main branch.