http URL property
Return to Introduction  Previous page  Next page
Applies to
WinHTTP component.  

Declaration
property URL: String;  

Description
The URL property specifies the location of the Web resource in the Internet (address of document, file, CGI program etc) to download data from remote HTTP server.  
 
The URL address should be specified in following form:  
[http[s]://]hostname[[:port]/objectname]  
Examples:  
http://www.appcontrols.com/download/diskcontrols_trial.exe  
utilmind.com:80  
https://secure.element5.com/register.html?productid=140005  
 
iiinfo The WinHTTP supports secure transaction semantics. This translates to using Secure Sockets Layer/Private Communications Technology (SSL/PCT) and is only meaningful in HTTP requests. You can specify URLs either with http:// or https:// prefixes.  

See also
Referer property.  
File not found.