31-Jan-2022 10:56
Hi all,
We currently have an Microsoft ASP web service that consumes an F5 BigIP/LTM service using SOAP protocol. This web service serves as a API for other clients to request node/pool information, enabling/disabling nodes, etc. from the F5 service.
Web service proxies that derive from SoapHttpClientProtocol are automtically created. Currently, credentials are set to the proxy Credentials property using a NetworkCredential. This is used to authenticate with the F5 service.
In order to reduce the performance impact and logs due to the repeated authentications, we were requested to start using a cookie (BIGIPAuthCookie) in the request header to preserve the session and reduce the number of authentications.
My questions:
Thanks in advance!
03-Feb-2022 10:38
Cookies and and API is something very hard and only with LTM maybe even more so. Better check using F5 API protection or NGINX API Gateway and use tolken in the POST body or HTTP header :
https://auth0.com/docs/secure/tokens/json-web-tokens