cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Request - Handing of Cookies

KiranSingh1
Level 3
I received a cookie from an HTTP Request (GET) call and need to send the cookie back with authentication via HTTP Request (POST). I am passing the cookie back as a collection in the Headers input field but I keep getting an error from the server that the cookie is not set.  Anyone please give some insight or explain how BP deals with cookies and how to pass the cookie back to a server?

------------------------------
Kiran Singh
------------------------------
1 REPLY 1

ewilson
Staff
Staff
Hi @KiranSingh,

Have you tried using Fiddler to capture the message as you send it back just to make sure that everything is there? I've run a test and populated a cookie using the Header collection. Things seem to be handled correctly, but you need to verify what the service you're calling expects to see. Does the cookie need to be updated in any way (ex. like a timestamp)?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------