java ee - JAXRS ContainerRequestFilter for OPTIONS issue -


my internet navigator creating options calls instead of "real" calls. mean, before call delete (for example) queries on server cors.

i've created filter authrorizes calls. so, each time call reached on server, filter reached well.

enter image description here

however, options calls don't have authorization header, filter rejecting it.

how solve issue?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -