Rests artifacts not work

I handle users login using cookie and sessions so , when
I test to access some rests using url in browser , I understand that rests artifact does not work and I can access all rests without login . what should I do to solve this problem ?

Thanks for your post. Please provide more information about what rest url and file you are using exactly. There is an attribute on transitions that require login with require-session-token="true", and for a rest endpoint, the service can require login through the authenticate="true".

thanks for your answering , the problem was authenticate="true" . so everyone could see the result of services

1 Like

Great. Happy to help!