in reply to Re^8: HTTP response: 400 Bad Request
in thread HTTP response: 400 Bad Request
Well, if you are going to set
$ua->default_header('Accept-Encoding' => scalar HTTP::Message::decodab +le());
then obviously you are subsequently going to have to do the necessary decoding if you want decoded data saved in the file. You will probably find it is merely compressed. Perhaps have a look at LWP::UserAgent::Patch::FilterMirror.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: HTTP response: 400 Bad Request
by justin423 (Scribe) on Jul 15, 2023 at 15:15 UTC | |
by marto (Cardinal) on Jul 16, 2023 at 11:20 UTC |