PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Re: ::: HTTPRequest and HTTPGetResult
Re: ::: HTTPRequest and HTTPGetResult
Débuté par Kevin Willis, 04 fév. 2004 08:07 - Aucune réponse
Posté le 04 février 2004 - 08:07
My problem is that I receive errors at times when making the request.
It works well most of the time, but occasionaly the HTTPRequest
generates errors.
Hi Kevin,
you have "say" what you request!
Eg.
if (HTTPRequest("http://www.someurl.com/download/price.htm")) then
htmlResult = HTTPGetResult()
endif

HTH
I've tried using 'HTTPRequest ' and 'HTTPGetResult' and occasionally
receive a fatal error. The problem is intermmitent and I have
not been able to track it down.
Has anyone experienced fatal errors when using these
functions?
I'm using WinDev US7.5
The general program syntax is as follows:
if (HTTPRequest("http://www.someurl.com")) then
htmlResult = HTTPGetResult()
endif



http://www.westcoastsoftwaresolutions.com