RapidAPI/feedback

[Bug]: Cookies are not being sent automatically in VS Code

Opened this issue · 0 comments

What happened?

Hi!

The same error is happening again #93 in v1.10.2.

When testing in Postman, everything happens normally, including the API in production as well.

Cookies are not being sent automatically in session requests.

Steps to reproduce?

  1. I receive the Cookie through the set-cookie header that the API sends.
  2. The cookie is registered correctly in the session (in Sessions > Manage sessions).
  3. When making a new request, which depends on the "Cookie", the extension does not automatically send the "Cookie" property in the Header.
  4. Within the request, in the Options tab, the option "Automatically Send Cookies" is marked.
  5. When checking the request Headers, the "Cookies" Header is not actually being sent.

VS Code version

1.86.2

Extension version

1.10.2

Relevant log output

No response