How to pick an HTTP Client Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/How to pick an HTTP Function.xml
There are two groups of HTTP functions available in the Xbasic language - those implemented purely in Xbasic and those that rely on a Microsoft object that is included with the Windows operating system.
HTTP_GET_PAGE Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_GET_PAGE Function.xml
Gets the contents of a web page.
HTTP_POST_PAGE2 Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_POST_PAGE2 Function.xml
Use the HTTP method POST to retrieve the specified URL
HTTP_GET_PAGE2 Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_GET_PAGE2 Function.xml
Use the HTTP method GET to retrieve the specified URL.
How to Send a POST Request with a Specific Content-type Header Using HTTP_FETCH()
/documentation/pages/HowTo/Web Applications/Post an XML Request.xml
The content type cannot be set when using HTTP_POST() to POST data to a server. If the server expects a different Content-type header, HTTP_FETCH() can be used instead.
HTTP_DELETE Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_DELETE Function.xml
Use the HTTP method DELETE to retrieve the specified URL
HTTP_PUT Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_PUT Function.xml
Use the HTTP method PUT to retrieve the specified URL
HTTP_POST Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_POST Function.xml
Use the HTTP method POST to retrieve the specified URL
How To
/documentation/pages/Index/How To.xml
Page links relating to how to topics.
HTTP_GET Function
/documentation/pages/Ref/Api/Functions/System/HTTP Client Functions/HTTP_GET Function.xml
Use the HTTP method GET to retrieve the specified URL.