Cross Domain Issues
If we are setting cookie from api.runxiflute.com to runxiflute.com. We need the following changes In Request: mark withCredentials to true In Response: Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: https://runxiflute.com