Closed dixonsiu closed 6 years ago
https://personium.github.io/en/apiref/current/002_CORS_Support.html
It seems if you send the following request header, problem may be solved.
Access-Control-Request-Headers: Location
Actually the server must reply with the following response header so that JavaScript can access the header - "Location".
'Access-Control-Expose-Headers': 'Location'
Released in v1.6.6
When a user is from another domain, the response header that contains URL information is not accessible.
Suggestion:
Other Changes Required
Successful Status Code: 204 -> 200 Box Url Ending Slash in Location Header: no -> yes