Timon

Results 104 comments of Timon

> any update on this? I'm in the same situation needing the method LIST. Nope, you still have to use the workaround, I mentioned in the previous comment

Replacing Axios is definitely possible. I've rewritten the whole request logic to use `node:http` on my fork: https://github.com/Its-treason/bruno/blob/tmp-request-rewrite/packages%2Fbruno-common%2Fsrc%2Frequest%2Findex.ts Mostly so I can better inspect Headers / Redirect etc.

> This is a blocker. Any feedback here please? The merge request to fix it is still open: https://github.com/usebruno/bruno/pull/1217 But I merged the fix into my fork: https://github.com/Its-treason/bruno/releases/tag/nightly

Already has been request here: https://github.com/usebruno/bruno/issues/1832 nevertheless I agree, tooltip would be very helpful

This bug seems only seems to be present in the Golden edition build and is not reproducible with a local build.

I made some changes on how the content-type header is parsed in: https://github.com/Its-treason/bruno/commit/15e11c0cedb8fa0eed46f8e6a76fc317ecc56a08 but those changes are currently only available on in my fork: https://github.com/Its-treason/bruno/releases/tag/nightly This could fix your issue.

Looks like the problem I encountered a few days ago during testing. I already fixed it on my fork. I'll open a PR for this in the evening.

@hmeng1024 It's a bit hard to narrow down without seeing the exact Bru file. How does the authorization on the Endpoint work? Could you instead make a request to something...

Yeah, that is a known Problem with secret variables: https://github.com/usebruno/bruno/issues/2015