WPIntell

Source evidence

Getting error rest_no_route

JWT Auth – WordPress JSON Web Token Authentication · support · 2024-05-20T12:09:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Abhay unresolved
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] 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 .

Comments

1 shown
dominic_ks 2024-05-20T13:13:00+00:00

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 .