Skip to content
Snippets Groups Projects
Commit 7ef50966 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Added explicit call to use the $ENV proxy settings. LWP Simple did not do this by default.

parent a807b1c4
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,7 @@ sub get_GOA_forbidden_terms {
# hit the web service with a request, build up a hash of all forbidden terms for this species
my $user_agent = LWP::UserAgent->new();
$user_agent->env_proxy;
my $response;
$response = $user_agent->get($goa_webservice.$goa_params.$taxon_id);
# Retry until web service comes back?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment