Simple try HTTPRequest() [Resolved]
Posted: Fri Aug 13, 2021 4:30 pm
Hello at all
It's the first time i try to use SB since a very long time
Why i have an error
Have a good day
It's the first time i try to use SB since a very long time

Why i have an error
with the Fred examplecompiler wrote:HTTPRequest(): Error
Code: Select all
Procedure HttpGetEvent(Success, Result$, UserData)
If Success
Debug Result$
Else
Debug "HTTPRequest(): Error"
EndIf
EndProcedure
; Get the content of this file, and display it in the debug window
;
HTTPRequest(#PB_HTTP_Get, "http://www.google.fr", "", @HttpGetEvent())