Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a block of optional request options that affect the behaviour of an outgoing RESTful request.

docs-hide-from-nav

Hierarchy

  • RequestOptions

Index

Properties

Optional disableIdentityLookup

disableIdentityLookup: boolean

If set to true, avoids the use of esri's {@link IdentityManager}, which can sometimes interfere with certain authentication requests.

Optional Private gcx

gcx: object

Type declaration

  • Optional preventCache?: boolean

    If set to true, forces the use of a cache-busting parameter on the outgoing request.

Optional usePost

usePost: boolean

Indicates the request should be made using HTTP POST method. Default is false i.e., determined automatically based on the request size.

Optional useProxy

useProxy: boolean

Forces the use of the viewer proxy.