I have an .aspx app that is running some JavaScript 4.13 api code. In this code I am calling a GP Tool that I published.
The service is not secured....I am baffled. BUT if I open it on the server or Visual Studio I am not asked for the credentials....?????
Anyone have any thoughts? Could this be something in the JS? Or maybe on the server side?
Anyone ever see this before?
Hi @jaykapalczynski, I would try a couple of things:
1) make sure you are signed out of the server, and clear your cache and cookies before running the app
2) look at the network request to the GP server and make sure the URL, etc. look correct