Closed randomailer closed 11 years ago
I will have a look as soon as I can. Very busy with day job right now. Likely the Spring Security filter is getting at the request before the CORS filter and nuking the OPTIONS request.
Fixed by PR #16
Hi, after browser send options and receive responce, browser send original request and result: redirect to authajax. This is behavior spring security. What i doing wrong? How fix this?
Hi, I'm trying to use your plugin with this configuration:
and it's ok, but when I set
after that, the first request OPTIONS returns with origin failed
please help.