How to call an endpoint anonymously #1078
Unanswered
OnlyOneBDS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm currently trying to add a dropdown list in the registration page that is to be populated by a method that calls an endpoint. When I do, I get an unauthorized error message when I check the dev console. After reading some threads on here, I went back and created a new endpoint that does the same thing but instead added AllowAnonymous to it. After running it again, this time I do get something back but I get redirected back to the login page. How do I fix this?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions