Conversation
|
Just tested it, if I didn't make an error, I don't see the CORS info in the response header: Current master server response headers: PR server response headers (with CORS default config in |
I tried it with ajax/jquery and it is ok ! , I ll do further tests, something weird.. |
|
I need to have a look at it again ... |
|
Basically this implementation does not return headers if the Origin doesn't match the allowed origin or it's absent... it seems the proper way to do so, but it's not as I remember this thing... |
|
ah my bad, I didn't put Adding for instance |
|
I just added some minor corrections which were stuck in my local branch with 66de8d5 |
This should resolve #226