Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nicolak opened this issue Feb 26, 2024 · 0 comments
Open

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

nicolak opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nicolak
Copy link

nicolak commented Feb 26, 2024

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

@nicolak nicolak added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant