in reply to Re: LWP_SSL_Verify_mode option
in thread LWP_SSL_Verify_mode option
This is the part I am having trouble with. Frontier::Client doesn't seem to allow me to do this!?
Use the Source, Luke, look inside
$self->{'ua'} = LWP::UserAgent->new; $self->{'ua'}->proxy('http', $self->{'proxy'}) if(defined $self->{'proxy'}); $self->{'rq'} = HTTP::Request->new (POST => $self->{'url'}); $self->{'rq'}->header('Content-Type' => 'text/xml');
|
|---|