Closed lemonrecognize closed 2 years ago
Describe the bug
I'm trying to set the cookie like
await Http.setCookie({ url: 'http://smth.smth.something.com' key: 'session', value: 'some-token' })
Then, when trying to call API using the same plugin like:
const response = await Http .request({ method: 'GET', url: 'http://smth.smth.something.com/api/user', })
Server never receives cookie as it's not being added to the request
Expected behavior Cookie gets sent to server
Smartphone:
Never mind, the plugin works; we had other underlying issues that resulted in this false assumption
Describe the bug
I'm trying to set the cookie like
Then, when trying to call API using the same plugin like:
Server never receives cookie as it's not being added to the request
Expected behavior Cookie gets sent to server
Smartphone: