cors
Hi Folks, We have integrated Nuxeo with Liferay using CAS-SSO. We have enabled CORS component. Whenever i try to open annotation popup in liferay iframe portlet, i am getting cross origin policy error. Please help me on this.
0 votes
0 answers
0 comments
1839 views
Hi.. I'm working with Angular and the Nuxeo API and have come across a weird issue. I can create documents but I cannot delete/update documents and I cannot upload files. The error I get is .. Response to preflight request doesn't pass access ...
1 votes
1 answers
0 comments
6227 views
Hi, To activate CORS, the link: https://doc.nuxeo.com/pages/viewpage.action?pageId=14257084 provide some xml to allow Corss-domain. Where should I put this xml file ? In what file ? Regards, St.
0 votes
1 answers
0 comments
4334 views
Hello, I want to handle CAS authentication against nuxeo with a JS frontend (angular) For that I want to intercept 401 responses sent from server as I can make CAS dialog happen from that point. It seems i'm getting into this issue: ...
1 votes
0 answers
1 comments
2251 views
Hi There, Currently I'm trying to do a ajax call from a.domain.com (a website) to b.domain.com (nuxeo). In order to do this I extended the CORS with the following extension: <?xml version="1.0"?>
<component ...
0 votes
1 answers
4 comments
2081 views