Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Add documentation in the readme for adding proxy rules #59

@bsnider

Description

@bsnider

When using a proxy to authenticate on behalf of a user when accessing secured services, a proxy rule is needed. The code can be added after line 87 in main.js. Eg.

          urlUtils.addProxyRule({
            urlPrefix: "http://sampleserver6.arcgisonline.com",
            proxyUrl: "http://domain.com/DotNet/proxy.ashx"
          });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions