Hi there,
Is it possible to avoid using proxy page when
1) create pdf file with Print Task, Print Template?
2) use Geometry Service for Buffer
Any help would be appreciated.
esriConfig.defaults.geometryService = new GeometryService("some URL");
esriConfig.defaults.io.proxyUrl = "/proxy/"; - HERE WE MUST PUT CORRECT ADDRESS
esriConfig.defaults.io.alwaysUseProxy = false;