We are using Ionic capacitor framework and the problem. we can’t seem to access or see the set-cookie of the header. But i can see it in the Browsers Network Tab. We have also added and http Interceptor with the following code
request = request.clone({
withCredentials: true
});
Still we are having issues. Any help would be great!
1 post - 1 participant