thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 132 forks source link

Cookie header error #1618

Closed Band-Aid closed 1 month ago

Band-Aid commented 1 month ago

Describe the bug I am getting the following error even though I have configured the Cookie header param. Error when sending request: First argument to setCookie must be a Cookie object or string

To Reproduce

  1. Create a new request
  2. enter any URL
  3. In the header type in Cookie: seesion.jwt=xxxxx
  4. Notice the error Error when sending request: First argument to setCookie must be a Cookie object or string image

removing the dot in the cookie param does not prompt you with the error It appears as though the app does not like the dot in between. This previously worked with out any issues. Something must have changed in how you parse the cookie params

Expected behavior

Platform:

Are you using the free version/paid version/trial: Paid version

esp0314 commented 1 month ago

We experienced this too using V2.27.0. @rangav, for now we downgraded to v2.26.1 image

image

rangav commented 1 month ago

Thanks for reporting the bug, will fix it asap.

rangav commented 1 month ago

This bug is fixed in v2.27.3 Please test it and let me know your feedback.

esp0314 commented 1 month ago

Verified working, thank you @rangav image

image