Hi,
I'm trying to invoke a REST service through a web proxy with authentication and to make it even more complicated, because of the company policy passwords must contain special characters. Please, how to properly specify the p_proxy_override parameter? My username/password looks like this:
domain\username:password/contains-slash-and-minus
Without any escaping it raises a bad URL exception, when I tried to escape special characters (minus should not cause any problems...hopefully) like this
p_proxy_override => 'domain%5Cusername:password%2Fcontains-slash-and-minus@proxy-host.xy:8080'
I'm getting
Access Denied
​Your credentials could not be authenticated: "". You will not be permitted access until your credentials can be verified.
Any ideas would be highly appreciated.
Btw, has anybody pointed out that this font is not suitable for code blocks as it's almost unreadable?
Regards,
Pavel