HTTP Get

T

Tom

Does anyone know of issues where newlines are sometimes present in
downloaded web pages and sometimes not?
The source isn't changing, nor are the web pages, but it appears randon as
to whether or not the newlines show up.
Using NTTP, they always showed up, but can't use that anymore, getting bad
requests.

Thanks,
Tom
 
J

Joe Smith

Tom said:
Does anyone know of issues where newlines are sometimes present in
downloaded web pages and sometimes not?
The source isn't changing, nor are the web pages, but it appears randon as
to whether or not the newlines show up.
Using NTTP, they always showed up, but can't use that anymore, getting bad
requests.

Rip out all the IO code in your program and replace it with
use LWP::Simple;
It will take care of all the "bad request" problems.
-Joe
 
T

Tom

Using NTTP, they always showed up, but can't use that anymore, getting
bad
Rip out all the IO code in your program and replace it with
use LWP::Simple;
It will take care of all the "bad request" problems.
-Joe

Thanks, already did this and it works great.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,247
Latest member
crypto tax software1

Latest Threads

Top