Does the WeWeb proxy pass cookies trough? Im trying to send a request after receiving a cookie, but it seems that it isn’t send with the request, since it’s not visible in the header.
Hi @stefank
Yes, but in logs we only return the response data, not the full response including headers when using the Rest API plugin. We might add an option to return the complete response in the future. Have you tried using the fetch API with something like headers.get?