HTTPInfo return type
Posted: Sun Feb 01, 2026 3:42 am
The manual says:
Which makes it look like a number is the return type, but it's actually a string. So it should say:
Code: Select all
Result = HTTPInfo(HttpRequest, Type [, Flags])Code: Select all
Result$ = HTTPInfo(HttpRequest, Type [, Flags])