Trying to automate some ArcGIS Server monitoring and am struggling to get a token using HTTP Caller. I think there may be a bug on the ESRI end (surprise!). But before I post on their forum, I wanted to pin the FME world.
I'm making a POST to here:
myserver.domain:6443/arcgis/admin/generateToken
which is the same place I go for manually obtaining a token. As query parameters I have:
client : requestip
f : json
as Headers:
Content-type : application/x-www-form-urlencoded
Accept : text/plain
I have tried both putting username/password in Body and Query. Neither works. If I grab a token manually and pass it in the HTTP Caller as parameter, I have no trouble making a connection to the same URL.
Has anyone gotten this to work, or has a clue where I'm going off course? Thanks