Mario DeSousa

Results 16 comments of Mario DeSousa

@kettanaito don't have docs that specifically mention emails. I can say that we are running into this issue while connecting to the Jira Cloud API. They use basic authentication where...

@kettanaito also about that reference to RFC 3986: i think that RFC is talking about a different scenario, where user info is included as part of the url. That is...

@kettanaito thanks for the test. i cloned locally and ran it and i see it passing. but when i try the same test in a minimalistic repo, it fails !?!?...

hi @kettanaito , did a little bit of digging into the differences in the unit test vs. the repo. the test from the repo is calling the `NodeClientRequest` constructor with...

@kettanaito found the reason why the unit test was not reproducing the issue: Axios was defaulting to the `xhr` adapter instead of `http`. When the adapter is set to `http`...

hi @kettanaito thanks for your answer! you are correct, we are doing something async in the response listener. we are trying to log details about there response... and reading the...