Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.HTTPXRequestedWith

HTTP X-Requested-With header accessor property

Declaration

Source position: httpdefs.pp line 444

public property THTTPHeader.HTTPXRequestedWith : string
  index Ord(hvXRequestedWith)
  read GetHTTPVariable
  write SetHTTPVariable;

Description

HTTPXRequestedWith contains the X-Requested-With header field value. This is commonly used by JavaScript frameworks to identify AJAX requests (typically set to 'XMLHttpRequest').


Documentation generated on: Jan 16 2026