My company deploy splunk behind F5 BigIP. I try to utilize the REST API PHP SDK no any problem to get session key.
Unfortunately, while execute search/job query always fail with error: HTTP 401 Unauthorized caused by unsuccessfully validate CSRF token.
Trace the header which is sent by SDK API no any csrf token can be found. This is different when debug access the URL directly via browser, there is handshaking csrf token with key "splunkweb_csrf_token_8000". Need help how to solve this issue.
↧