Processors may allow additional properties
Optional
dataRequest body (used if POST/PUT)
Optional
handleHow to interpret the response. Default is "json".
Optional
headersHTTP Headers.
Optional
jsonpEnables jsonp request processing (response is interpreted as javascript).
If true it appends query parameter 'callback=<jsonp value>=<methodname>
will be appended.
Please use CORS, this will not be supported in future versions.
Optional
jsonpfnAllows 'static' jsonp.
If jsonp is true and jsonpfn is configured the the
query parameter 'callback=
Optional
maxAllows per request configuration of maximal url length. If it is to long a GET request will be switched to POST. Please prefer the config option 'maxUrlLength'.
Optional
methodHTTP METHOD If not specified GET is used.
Optional
postprocessorsCustom post-processors only valid for the current request. Helpful in tests. Please prefer the config option to register processors for all requests.
Optional
preprocessorsCustom pre-processors only valid for the current request. Helpful in tests. Please prefer the config option to register processors for all requests.
Optional
preventFlag will create random 'salt' to the query parameters to prevent browser caching.
Optional
queryQuery Parameter. Note, if data is not defined and method is post this will be converted to the post body.
Optional
signalAbortSignal to cancel the request.
Optional
timeoutRequest timeout in msec.
Optional
useOption to mark target url as trusted for CORS. Please prefer to register a trusted servers via config.
Optional
useEnables/disables the use of a proxy. True is the default value and a proxy is used if the CORS communication, fails. False prevents the use of a proxy. "force" skips the CORS detection and enforces the use of a proxy. Please prefer the config option 'proxyRules' for that.
Optional
withOption to mark request to include credentials. Please prefer to register a trusted servers via config.
Request options