in reply to Perl output is not inducing file download as expected
JVBERi0xLjUKJeTw7fg
That does not look like a PDF file. It should start with %PDF- (see PDF). What you get is base64-encoded "%PDF-1.5".
Transfer-Encoding chunked
That's a little bit unexpected. You send the entire file, so there should be no chunked encoding.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl output is not inducing file download as expected
by Polyglot (Chaplain) on Sep 23, 2023 at 11:48 UTC |