Conversation
supportI am trying to login autheticate and creating token but i am getting error “rest_no_route”. please suggest what i am making wrong ? The page I need help with: [ log in to see the link]
Hello @abhay-raj , The /token endpoint only accepts a POST request, it looks like you are using GET there. You’ll also need to provide the username and password in the request body unless you’re including a refresh_token cookie. Thanks, This reply was modified 2 years ago by dominic_ks .
Hello @abhay-raj , The /token endpoint only accepts a POST request, it looks like you are using GET there. You’ll also need to provide the username and password in the request body unless you’re including a refresh_token cookie. Thanks, This reply was modified 2 years ago by dominic_ks .