Currently, the way each REST API call sends its credential/authentication is with the following http header.
'Authorization':'Basic <encoding of userid:password>'
Provide the ability to send an authentication token as a cookie instead of a header entry.