go to post Colin Nagle · Oct 25, 2024 Thanks, this is resolved. preflight check was a red herring, my call was being made slightly differently due to CASE! I hadn't noticed the single letter case difference until just now, and people in the same situation, plus the 'important note' in the documentation had led me to incorrectly believe CORS was at fault.
go to post Colin Nagle · Oct 25, 2024 Hi Alexander, Thanks very much for your response. What's really strange about my scenario is that if I use a REST client to hit that OPTIONS endpoint, I get back a 200 response, but from the browser it is getting a 404! I've even tried setting up all of the headers exactly how the axios/browser is packaging them up and it still works from the REST client. I don't see what would be different. I've looked over those doc, I think I've already covered that off, but I'm going to double check. On the audit, where can I enable those events please? Thanks again Colin
go to post Colin Nagle · Oct 22, 2024 It looks like I have the same issue. Version 2022.1 Are there no work arounds without having to update IRIS itself? Thanks
go to post Colin Nagle · Apr 12, 2024 Thanks Robert, I wondered if there was a way of doing it within the same class, but what you have suggested will work.