PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM19 - httprequest() is slow?
WM19 - httprequest() is slow?
Iniciado por guest, 01,jun. 2015 12:44 - 1 respuesta
Publicado el 01,junio 2015 - 12:44
Hi,

I'm using the httprequest function, on a Android tablet, to download several PDF files form a website.
I also did a download using the browser on the device. It does the job about twice as fast!

Shouldn't that be approx. the same?
Publicado el 01,junio 2015 - 17:27
Hi

It might be the reason the http parameters issue as most browser does the job the wrapper automatically.

Pls see below link as fyi:

http://stackoverflow.com/questions/3046424/http-post-requests-using-httpclient-take-2-seconds-why

HTH

King