Name: https Type: keyword Syntax: https Summary: Used as a type with such as and to designate a on the World Wide Web. Associations: internet library Introduced: 2.5 OS: mac, windows, linux, ios, android Platforms: desktop, server, mobile Security: network Example: set the htmlText of field 1 to URL "https://example.org/data.html" Example: put URL "https://www.example.com/output?this=that" into testData Example: put line 2 of URL "https://www.example.com/stuff/" into testDate The result: If an error occurs during transfer of the data, the error is placed in the result . The first returned by the is "error", followed (where appropriate) by the text of the error message returned by the HTTP , including the server response code. >*Important:* If there is an error downloading an , the does not necessarily to empty. Most send an error page when the file is not found or another error occurs, and the URL will evaluate to the contents of this page. Before using the data in a URL , check the to make sure it is empty and there was no error. >*Important:* If a operation involving a (using the to a , the , the , or a that gets an or ) is going on, no other operation can start until the previous one is finished. If you attempt to use a in an , or put data into a , while another operation is in progress, the is set to "Error Previous request not completed". Downloading a URL does not prevent other messages from being sent during the download: the current handler is blocked during the download, but other handlers are not. This means that if, for example, your application has a button that downloads a URL, the user might click the button again (or click another