Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Headers Property

Show in webframe
A dictionary of key-value headers for the XMLHttpRequest.
Syntax
get_headers();
set_headers(value);
Object.defineProperty('headers');

Property Value

TypeDescription
DictionaryDictionary of key-value headers for the XMLHttpRequest. Default value is an empty dictionary.
Remarks

If the Method is POST, then the PostData will be sent with the request. So that the endpoint described by Url may understand the data, add the "content-type" header to Headers with the standard name for your data serialization (e.g., "application/json").

See Also

Reference

ImageLoaderAjaxOptions Object
ImageLoaderAjaxOptions Members

Error processing SSI file