Guten Abend,
hat es, mach ja sonst auch keinen Sinn:
Zitat von
DelphiHelp:
procedure Head(
URL: string);
Parameters
URL: string
Location of the resource.
Description
Head is a procedure used to request the header values for the
URL-encoded resource specified in
URL.
Head calls the DoRequest method to perform the HTTP transfer. The returned header values can be found in Response.
Grüße
Klaus