For instance when trying to access https://mypc:8089/services/apps/local/myapp?refresh=true my credentials aren't being accepted. I'm doing this as the admin account created at setup, and can sign in to the web console fine. Splunk is running on my local machine. I have no issues with two other servers Splunk's installed on, one of which uses a self-signed certificate (like my machine).
The account I created during setup is named "admin". It's the same one I use to logon to the web console. I've also created another user with admin role, same result.
Did this works?
curl -vk -u <your user>:<your password> https://mypc:8089/services/apps/local/myapp?refresh=true
And what you will get to internal logs (splunkd_access, splunkd)?
r. Ismo
https://community.splunk.com/t5/All-Apps-and-Add-ons/Restart-a-splunk-app-via-script/m-p/256938
This seems to work, for whatever reason:
splunk _internal call /services/apps/local/myapp/_reload -auth admin:mypassword
Unauthorized from curl. Nothing generated from these logs