Page 1 of 1

HTTP following redirection

Posted: Thu Apr 11, 2013 4:05 pm
by infratec
Hi,

I wrote a HTTPGet2Mem() procedure in coding questions.
It downloads a file via web.
Later the problem comes up that the download was redirected (302)

I implemented this.

http://www.purebasic.fr/english/viewtop ... 54#p410554

Bernd