I'm trying to use RestDataSource to fetch data using REST APIs.
The REST API expects the caller to pass session id through 'Authorization:<sessionId>' request header.
How to set this for RestDataSource(). I don't seem to find it in RestDataSource javadoc.
Thanks for the help!
The REST API expects the caller to pass session id through 'Authorization:<sessionId>' request header.
How to set this for RestDataSource(). I don't seem to find it in RestDataSource javadoc.
Thanks for the help!
Comment