Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation in the readme for adding proxy rules #59

Open
bsnider opened this issue Dec 2, 2015 · 1 comment
Open

Add documentation in the readme for adding proxy rules #59

bsnider opened this issue Dec 2, 2015 · 1 comment

Comments

@bsnider
Copy link

bsnider commented Dec 2, 2015

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"
          });
@jgravois
Copy link
Contributor

jgravois commented Dec 2, 2015

do think this information belongs in the README.md or in the wiki? can you submit a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants