How to use cookies from Chrome in Advanced REST API client

Bohdan Myslyvchuk picture Bohdan Myslyvchuk · Apr 12, 2016 · Viewed 22.1k times · Source

I have such problem: Previously Advanced REST API client was integrated with browser and I could send request to my app if I was logged in my app. And now it is separated and it doesn't use session from browser.

How can I use cookies/session to send requests to my app without logging in???