What happened?
I have vscode extension installed, in the Sessions apart I see the cookies that my api send. When i send a get request to some api endpoint and in that endpoint i try to read the cookies i send before, they dont appear:
Steps to reproduce?
Create a deno server with oak middleware.
step 1
I send a post http request to register

step 2
I verify my cookies are cached

step 3
I make a get http request just to get the user data but i verify if the cookie exists and if it's valid, but, the cookies are not sent

step 4
My server log:

pd: I though it was an error of mine, but i try with rest client and it works. So, i think is something in the rapidapi extension.
VS Code version
1.74.3
Extension version
1.9.3
Relevant log output
No response
What happened?
I have vscode extension installed, in the Sessions apart I see the cookies that my api send. When i send a get request to some api endpoint and in that endpoint i try to read the cookies i send before, they dont appear:
Steps to reproduce?
Create a deno server with oak middleware.
step 1
I send a post http request to register

step 2
I verify my cookies are cached

step 3
I make a get http request just to get the user data but i verify if the cookie exists and if it's valid, but, the cookies are not sent

step 4
My server log:

pd: I though it was an error of mine, but i try with rest client and it works. So, i think is something in the rapidapi extension.
VS Code version
1.74.3
Extension version
1.9.3
Relevant log output
No response