Unclear error message is thrown when specifying an empty proxy authorization · Issue #5614 · axios/axios
Describe the bug Currently, if we specify an empty proxy authorization, e.g. proxy.auth = {username: "", password: ""}, an unclear error message is thrown. TypeError [ERR_INVALID_ARG_TYPE]: The fir...