Help for this page

Select Code to Download


  1. or download this
    $ENV{HTTPS_PROXY}          = 'http://proxy.domain.com:8080';
    $ENV{HTTPS_PROXY_USERNAME} = 'nt_user';
    $ENV{HTTPS_PROXY_PASSWORD} = 'nt_pwd';
    
  2. or download this
    $ua->proxy(['https'], ... );