hoppscotch / hoppscotch-extension

🧩 Browser extensions to provide more capabilities to https://hoppscotch.io
https://hoppscotch.io
MIT License
254 stars 95 forks source link

feat: include cookies #88

Closed nelsontky closed 3 years ago

nelsontky commented 3 years ago

As per https://github.com/hoppscotch/hoppscotch/issues/1383, there is currently no support for cookies.

This PR uses the browser extension cookies api to set the correct cookies for a request.

The cookies permission has been added to the manifest to facilitate such a feature.

image

vaaski commented 2 years ago

is there a way to get the set-cookie header from the response?🤔 edit: it happens automatically🤦