Ganesan-Chandran / vscode-fetch-client

Fetch Client is Visual Studio Code extension which is used to test the Rest API.
https://marketplace.visualstudio.com/items?itemName=GanesanChandran.fetch-client
MIT License
13 stars 6 forks source link

Store cookies between the requests #1

Closed briskajanis1 closed 2 years ago

briskajanis1 commented 2 years ago

Hello,

Would it be possible to implement a feature to store the response cookies between different requests - similar to Postman? The use case would be when you have and api which uses cookies for user authorisation and you first log in, the cookies get stored and passed along with all the subsequent requests to the api.

Ganesan-Chandran commented 2 years ago

Hi @briskajanis1 Thank you for your feedback. Will add into features list.

Ganesan-Chandran commented 2 years ago

This feature has added in Fetch Client v1.1.0

Please update the Fetch Client and let me know if you have any queries/feedback.

Thanks :-)