Forum Discussion

Neil_Marks_2466's avatar
Neil_Marks_2466
Icon for Nimbostratus rankNimbostratus
Mar 24, 2017
Solved

BIGIP V12.1.2 LTM REST API Authentication Issue - Token works locally but not Remotely

I am testing out the REST API interface on a LTM server which uses TACACS for authentication. Logged into the actual LTM server I can issue a request: curl -sk --header "Content-Type: application/...
  • awlunsfo_325510's avatar
    Jun 28, 2017

    I know this is super late, but I think the reason is that the header name in your example is "X-F5-Auth_Token", but the correct header name is "X-F5-Auth-Token".