Http Request with Cookies
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-03-19 11:27 PM
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?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-03-19 01:17 AM
Resolved the issue, just had to name the field with the cookie, ""Cookie"" it appears to be case sensitive
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-22 03:55 PM
Hi @ArinzeNkwoji,
I have a similar API scenario, where I received a cookie from an HTTP Request (GET) call and need to send the cookie back with authentication via HTTP Request (POST).
Could you please let me know, How you managed to pass the cookies to the POST request?
I need information on How you are calling the API and then passing the Cookie into the HTTP Request (POST).
Thank you.
------------------------------
Kiran Singh
------------------------------
I have a similar API scenario, where I received a cookie from an HTTP Request (GET) call and need to send the cookie back with authentication via HTTP Request (POST).
Could you please let me know, How you managed to pass the cookies to the POST request?
I need information on How you are calling the API and then passing the Cookie into the HTTP Request (POST).
Thank you.
------------------------------
Kiran Singh
------------------------------
