aquilarubra Messages: 24 Registered: December 2019
Promising Member
I use the authorization() method of HttpRequest. It basically passes an auth user and password encoded in base64. It modifies the header. I said that to give the complete picture, but I don't think it's related yo the issue.
It is like some character is interfering, or HttpRequest foes not wait long enough until the whole content is downloaded. Maybe the called url passes a wrong content size.
The page gives in json or xml format a number of informations. After some general introductory tags, it starts a new tag and should loop yo give out records. HttpRequest always stops with that tag name.