Hello!
I am developing a website that will be communicating with a REST-protocol. The owner of the REST service wants a cookie to be sent along with the REST call, perhaps via header.
How is this done in PHP, how can I send a cookie along with a REST-call?
Thankful for all help!