You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks, @diecodev, this will get fixed in the upcoming release. It seems that there was in issue in the touch-cookie dependency which got fixed: salesforce/tough-cookie#253
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
The text was updated successfully, but these errors were encountered: