in reply to Escape user name and password in LWP proxy call.

Hi. What did you try exactly?
  • Comment on Re: Escape user name and password in LWP proxy call.

Replies are listed 'Best First'.
Re^2: Escape user name and password in LWP proxy call.
by Anonymous Monk on Oct 14, 2021 at 11:31 UTC

    Hi, I used uri_escape method for username and password , like uri_escape(username) and uri_escape(password) and used this escaped values in proxy call like , ua->proxy('http://domain\username@password: ipadress:port').
    Thank you

    A reply falls below the community's threshold of quality. You may see it by logging in.