Problem while consoming RESTful AP (JEE)

hey guys, i’m developing ionic app whith angularJS which should consumes RESTful API created with JEE so no i have a back-end created ith J2EE i have also RESTful service configured well in server side i use jersey framework (JAX-rs) also i integrated spring security so when i test my webservice with postman GET methode work 100% but POST ,PUT and DELETE don’t work i got back 403 code error from server so plz tell me where is probleme ,if this request needs authentication with postman ? or i have a probleme in some stick anyway thank u very much