How to use login-required web service functions

Re: How to use login-required web service functions

by Rixan Randria -
Number of replies: 0
I answer to myself that running a token-based request is sufficient !? I asked this forum because I always get a return = "Access control exception"
I just find the solution that
1- I have to add a new external service
2- I have to create a token for my user and assign the just created external service to this token

And now I can use all login-required functions without authenticating, just by using the token !