• I 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]

Viewing 1 replies (of 1 total)
  • Plugin Author dominic_ks

    (@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 6 months, 1 week ago by dominic_ks.
Viewing 1 replies (of 1 total)
  • The topic ‘Getting error rest_no_route’ is closed to new replies.