All operations failing due to a missing cookie for a webservice configuration

Hey,

can some help me with this troubleshooting error while configuring a webservice source:-

2 Likes

Can you provide more details on your ask? Have you tried these steps? What trouble are you having?

Hey @vkashat ,

I am trying to create a webservice source where a session ID is generated post a call and that is what you need to use for other operations like get all accounts or aggregation.

How do I store the cookie and implement the same in Identitynow?

hi @AsGoyal you can use custom authentication approach so that u can generate session if and put in custom variable and pass it on other oprtation.
if this is something not authentication and this is additional variable then create atleast 2 operation for example account aggregation 1 : this is where session id will be generated and then again account aggreation 2: this is where u will use this session id as response.sessionid and put in header or body or whatever as per your application

1 Like

Hi,

Could you please provide an example on the path to fetch the value from Cookie and set it to the custom variable.

Thanks @mkumariaas ,

It worked.