Hi all, I’m working with webMethods 9.10 fix level IS_9.10_Core_Fix5
I have a REST API call going from WM to the application with token authentication.
The get token always works and returns a valid token.
Then, when I send my request (GET or POST), once in a while, I’m starting to get the error “com.wm.net.NetException: [ISC.0064.9314] Authorization Required: Unauthorized”
Different URIs, different methods (to the same target application).
This behaviour persists until I “change” the request signature (for example change content type header to something else), or restart the IS server. After that, the requests go through and return expected response.
My service ACLs are set to “Execute ACL = Internal (inherited)” and I know the service runs under “Administrator” user. Also tried to set it to execute anonymous which didn’t help.
I’m guessing the server is caching somewhere the request signature and returns the error.
Any suggestions please?
Thank you
#webMethods