Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent qw();
    require LWP::Protocol::https;
    ...
    SSL_ca_file   => '/Downloads/file.pfx',
    );
    my $test = $ua->post('https://example.com/gettoken');