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:
  1. Access-Control-Allow-Credentials:
    true
  2. Access-Control-Allow-Origin:
    https://runxiflute.com

Comments

Popular posts from this blog

How to scale a website-My Approach

What is functional programming?