r-lib / httr

httr: a friendly http package for R
https://httr.r-lib.org
Other
986 stars 1.99k forks source link

HTTR authenticate gives 401 with valid password containing £ #709

Closed PreetikaGupta1980 closed 10 months ago

PreetikaGupta1980 commented 2 years ago

• httr::GET(url="api", config = httr::authenticate("username", pwd, "ntlm")) gives error 401 – Unauthorized when password contains £

hadley commented 10 months ago

httr has been superseded in favour of httr2, so is no longer under active development. If this problem is still important to you in httr2, I'd suggest filing an issue offer there 😄. Thanks for using httr!