JASIG CAS CORS what should happen when Origin == "null"? – Ebay API
I am using a CAS server to secure my Spring applications which includes REST and HttpInvoker APIs. When an application redirects to a CAS server in a different domain we get CORS 'issues'. I have added the eBay Cors-Filter https://github.com/eBay/cors-filter…