I am sending a get request with username and password for basic authentication in the url, unfortunately the password contains $ sign, how do I disable the url encoding? I cannot send the a password with a $ as it turns into %24, pls help.
coder82
08/03/2021, 2:10 PM
only the Apache client does it, so i change client!
coder82
08/03/2021, 2:10 PM
but still no solution on this
h
hfhbd
08/03/2021, 2:12 PM
You should never put the password in the url. Only in some browsers, this is converted to the correct header. Other clients, like curl using terminal don't convert it. Please use the correct header in the request builder: