Forum Discussion

ktm_2000's avatar
ktm_2000
Icon for Altostratus rankAltostratus
Nov 01, 2023
Solved

HTTP auth - Calling external API with parameters

Folks I am relatively new to F5 and am trying to do a custom auth by passing paramaters to an API and getting a response. The api is expecting me to call     url\param1\param2\param3 Upon success i...
  • Niels_van_Sluis's avatar
    Nov 02, 2023

    When using Basic authentication a status code of 200 means that all is okay and no authentication is needed or that authentication already was successful. The server should respond with a status code of 401, until the client has been successfully authenticated. The picture below shows how it should work.