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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -