Hybrid Object Type (HOT) - REST API Response in cookies - Access

Hi,

I am trying to access a cookie from the cookies of the response of a GET request API call using the H.O.T connector. Is it possible to access the cookies for data?

If this isn't possible, do you have another recommendation?

Regards,

Mike

Parents Reply
  • The VAF process occurs "server side" without a user present, so you can't use any OAuth (or other) authentication flow which requires user input.

    If they support machine-to-machine OAuth (e.g. client credentials flow) then perhaps it could be done, but I haven't personally implemented this before.

    Do they support any other authentication process, such as a secret key that can be provided in the HTTP requests? 

Children