kepler has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I have this small problem: I'm trying to query an api - a php script - with different parameters. Sometimes I can do that with a simple get($url) without any problem (actually I've done it a thousand times without any problem). But now, I'm having troubles doing it - I'm running a perl script from my windows PC with PerlID. From a common browser, I don't have any problems also. And I'm making consecutive requests since there's a limit of answers in each one. What might be the best way to achieve this? Is it a header problem? A timeout? Any help is very welcome.
Kind regards,
Kepler
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get URL problem
by Corion (Patriarch) on Nov 03, 2018 at 07:03 UTC | |
by kepler (Scribe) on Nov 03, 2018 at 12:59 UTC | |
by Corion (Patriarch) on Nov 03, 2018 at 13:01 UTC | |
|
Re: Get URL problem
by bliako (Abbot) on Nov 02, 2018 at 22:58 UTC | |
|
Re: Get URL problem
by localshop (Monk) on Nov 03, 2018 at 01:59 UTC |