function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cignuscignus 

Cookie in callout

Hi

 

I need to call out to a remote server. I have to login and get sessionID and then send the sessionID back as a cookie. 

How can I cookie in HTTP Request?

 

Cheers

Niket SFNiket SF

are you want to store those cookies ??? 

 

 

cignuscignus

No I wanted to send them back to remote server.

The problem is solved by setting them in request properties.

There was a miscommunication between me and the remote server.

Niket SFNiket SF

oh Great,

So you have stored in the request object it self ..can you tell me on which property you are storing ???

 

Thanks

Nik's

Skype name : Niket Chandane

cignuscignus

I set the cookie in the request property called Cookie. ( Name=vlaue)