I created a Geoprocessing Service that creates a new user on my portal. However, one of the parameters is the password the user would like to use. My server enforces https and so does my web application; however, when consuming the GP service via the ESRI Javascript API's execute or submitJob functions, the request is submitted via GET rather than POST.
My question: Is there a way to enforce POST using the API? If not, am I able to consume the GP service via an ajax POST request?
Best, Tyler