How can i get and set cookie parameter in REST Message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 03:15 AM
How can i get and set cookie parameter in REST Message? i have tried to use getCookies(), setCookies(), getHeader() but not able to get response properly... on trying getHeader("set-cookie") it gives the complete header value and i am not able to set it.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2015 06:43 AM
Pradeep Sharma , Tony Barratt, Mark Stanger, Brad Tilton (Cloud Sherpas) any help ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 01:03 PM
Rimi,
Did you figure this out?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2015 12:09 AM
no not yet, i am able to fetch cookie param in header using getHeader("Set-Cookie") but i need to link two subsequent web service call by setting some unique value in Cookie now, thats where i am stuck and my workflow returns false.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2015 12:24 PM
not sure what you trying to do, but you may also use JavaScript to get access to cookies like this: document.cookie and it seems like all cookie functions that you've mentioned are using this method. So give it a try.