Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter TwelveInternet Functions (continued)

12.4 HyperText Transfer Protocol (HTTP)

12.4.1 General

HTTP is the primary method of interchange between browsers and web servers. Legato supports limited functionality to access web servers via HTTP.

HTTP employs a number of ‘request methods’ or ‘verb’ to make a request to a web server. Of those verbs, Legato only supports the ‘GET’ verb.

Certificates, layering and all protocol management is performed by Windows WinInet. Higher level functions such as meta or script based redirects are not processed.

12.4.2 HTTP Functions