Hi I am using Netflix Zuul for create cookie. I get the cookie in response header but it not show under cookies in browser
But Cookie not show under Browser -> Application -> Storage -> Cookies
What Will be the issue
Fixed the issue using adding below configuration.
Client side request should be withCredential:true property. Servicer side (Zuul) need to response with Access-Control-Allow-Credentials:true
Note : this is Cross-site request so response origin must response origin