Hi All,
Is there another way of referencing geometry services or PrintTask using JavaScript other than using proxy? I want to buffer graphics and use PrintTask without using the following code.
esriConfig.defaults.io.proxyUrl = "<url_to_proxy>"
esriConfig.defaults.io.alwaysUseProxy = false;
Thanks