Page 1 of 1

GetHTTPHeader(URL$, Timeout.i=0) optional timeout needed

Posted: Fri Nov 27, 2015 8:26 am
by infratec
Hi,

GetHTTPHeader() is often used to check if a site answers.
But if not, it stucks. No timeout is implemented.

As temporary fix I created an own version:
http://www.purebasic.fr/english/viewtop ... 13&t=64132

But this should be a standard PB feature.

Bernd

Re: GetHTTPHeader(URL$, Timeout.i=0) optional timeout needed

Posted: Sat Jan 02, 2016 11:08 am
by uwekel
...and automatic redirection would be nice, as well.