Downloading webpages

Just starting out? Need help? Post your questions and find answers here.
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Downloading webpages

Post by coco2 »

I have a question that I don't really know what I'm doing, so any advice you might have will be helpful.

I am trying to download a website using HTTPRequest however the website I am trying to access does not send a response.

I am guessing I need to send it a cookie first? Does anyone know how to deal with cookies in PureBasic?
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Downloading webpages

Post by infratec »

From where did you get the cookie?

If you have one, look at Header() map.
plouf
Enthusiast
Enthusiast
Posts: 282
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: Downloading webpages

Post by plouf »

"guessing" sound like lucky guess

whats the code? can see the site to check also ?
can download other "sites" with your code ?
Christos
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Re: Downloading webpages

Post by coco2 »

It's alright now, I was trying to scrape some data but I found an alternative. Thanks for your help.
Post Reply