in reply to Ignore 3xx redirects
Somewhere there is some code that is causing the script to follow the redirect. Turn it off.
(Its rather hard to be more specific then that without knowing what code you are using.)
If, for instance, you were using LWP::UserAgent, then we might suggest you:
As the manual suggests.$ua->requests_redirectable ([]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Ignore 3xx redirects
by subdian (Initiate) on Jul 06, 2006 at 15:50 UTC |