You need to share your code. What happens when you run this:
use strict; use warnings; use LWP::UserAgent; use HTTP::Request; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new( GET => 'https://mysite.com:443/'); my $response = $ua->request($req); print $response->code."\n";
In reply to Re: Problem with a call to REST API
by Anonymous Monk
in thread Problem with a call to REST API
by PaddyP
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |