leefp has asked for the wisdom of the Perl Monks concerning the following question:
I have a curl command which works fine; but the equivalent LWP calls hangs for a while, and then returns a http 500. The only difference I can see if the '-g' argument. I'm using an insecure connection on both.
curl --user root:root -H "Content-Type: application/json" -k -g -X GET + https://[2620:0:170:8daf::18]:443/api/rest/foobar/ linx4:/root *)$ curl --help | grep glob -g, --globoff Disable URL sequences and ranges using {} and [] linux4:/root *)$
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LWP::Useragent and globbing?
by Anonymous Monk on Feb 01, 2019 at 04:21 UTC | |
by leefp (Initiate) on Feb 01, 2019 at 20:30 UTC | |
|
Re: LWP::Useragent and globbing?
by noxxi (Pilgrim) on Feb 02, 2019 at 17:54 UTC |