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.
How To
/documentation/pages/Index/How To.xml
Page links relating to how to topics.
How to Configure and Publish an Alpha Anywhere Application to a server Using HTTP Publishing
/documentation/pages/GettingStarted/GettingStartedTutorials/Basic Tutorials/PublishHTTP.xml
A step-by-step guide to configuring the Alpha Anywhere Application Server and publishing profile to publish your Alpha Anywhere Application using HTTP publish.
How to Bind an Argument to a JavaScript Function
/documentation/pages/HowTo/Other/Bind Argument to Javascript Function.xml
Arguments defined for a Custom component, Grid component, UX component, or Report can be bound to the result of a JavaScript function when open opening the component or report using Action Javascript.
How to Create an ODBC trace file
/documentation/pages/Guides/Desktop/Design/Api/Create an ODBC Trace File.xml
The ODBC trace is available from the ODBC configuration dialog.
How to Perform an Ajax Callback on an A5W Page
/documentation/pages/HowTo/Web Applications/How to Perform an Ajax Callback in Alpha Anywhere.xml
This document describes how you can do an Ajax callback from a hand-coded .a5w page in Alpha Anywhere.
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.
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_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
How to Create an .A5W Page that Requires Basic Authentication
/documentation/pages/HowTo/Security/Page with Basic Authentication.xml
Basic Authentication is a simple HTTP form of authentication which can be used to restrict access to your server or web service.