dfe-analytical-services / dfeR

Common R tasks in the Department for Education (DfE)
https://dfe-analytical-services.github.io/dfeR/
GNU General Public License v3.0
8 stars 2 forks source link

setup_proxy may not work with special characters in passwords #47

Closed peterrobertcurtis closed 5 months ago

peterrobertcurtis commented 3 years ago

I've encountered a problem where a colleague wasn't able to access a repo and we think we narrowed it down to their password containing a "?".

I wonder if setting reserved = TRUE in the URLencode call within setup_proxy might fix this. I don't know if that may cause other problems though, as my proxy and encoding knowledge is limited.