How to authenticate any API with cookies in edge ? In which scenario it will work? How much is it secure and recommended? Please explain the implementation of authentication via cookies.
,
How to authenticate an API using cookies in Apigee? How much it is recommended and secure? In which scenario it can be used?
Why use Cookies for API Authentication? I am not sure what is the outcome you are looking for.
REST APIs are stateless and cookies are handled by the client / backend application itself. I am not sure what you are trying to accomplish here. More context & details will definitely help.