Luca Szabó created MARMOTTA-566:
-----------------------------------

             Summary: special headers (like Location) are not accessible in 
CORS request responses
                 Key: MARMOTTA-566
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-566
             Project: Marmotta
          Issue Type: Bug
          Components: Platform
            Reporter: Luca Szabó


I'm working on a GUI which uses Marmotta. It's built with JS using ajax 
requests. I'm trying to create a new resource, then show the user the location 
of the created resource. For this, I use the XHR object and the standard 
getResponseHeader() method to get the value of the "Location" header. The 
problem is that in case of CORS requests, the  getResponseHeader() method can't 
reach the "Location" header since it's not a simple response header and it can 
access non-simple headers only if the response contains the 
"Access-Control-Expose-Headers" header which lists them. I can't see this 
header in the response and I can't access the "Location" header.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to