Title: code: rest_no_route
Last modified: July 19, 2021

---

# code: rest_no_route

 *  Resolved [alonso9892](https://wordpress.org/support/users/alonso9892/)
 * (@alonso9892)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/)
 * Im trying to use the register and login functions via JWT. But when trying to
   test the link ex: [https://scovirtual.com/?rest_route=/simple-jwt-login/v1/users&email=mymail@gmail.com&password=ThisIs*my*password](https://scovirtual.com/?rest_route=/simple-jwt-login/v1/users&email=mymail@gmail.com&password=ThisIs*my*password)
   the response is: {“code”:”rest_no_route”,”message”:”No route was found matching
   the URL and request.”,”data”:{“status”:404}}
    i’ve followed some recommendations
   found on forum regarding add some lines to htaccess file, but still not working.
   I’ve reset permalinks, and nothings. Really don’t know what else to do.
 * I appreciate any help. Thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcode-rest_no_route%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Nicu Micle](https://wordpress.org/support/users/nicu_m/)
 * (@nicu_m)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677368)
 * Hello [@alonso9892](https://wordpress.org/support/users/alonso9892/),
 * Please make sure you make a POST request.
 * Do other simple-jwt-login endpoints work?
 * Best regards,
    Nicu.
 *  Thread Starter [alonso9892](https://wordpress.org/support/users/alonso9892/)
 * (@alonso9892)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677385)
 * Thank you for the quick response [@nicu_m](https://wordpress.org/support/users/nicu_m/)
   
   Sorry for the ignorance Im only using UI, not code. How can I make sure im making
   a POST request? Im just copying the URL Expample.
 * the jwt autologin works good with a JWT generated on jwt.io
 *  Plugin Author [Nicu Micle](https://wordpress.org/support/users/nicu_m/)
 * (@nicu_m)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677400)
 * If you copy the URL in the browser, it will make a GET request.
 * You can use for example postman ( [https://www.postman.com/downloads/](https://www.postman.com/downloads/)),
   and for the request method, you choose POST and copy-paste the auto-generated
   URL from the plugin.
 * Let me know if you need further assistance.
 * Best regards,
    Nicu.
 *  Plugin Author [Nicu Micle](https://wordpress.org/support/users/nicu_m/)
 * (@nicu_m)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677411)
 * Also,
    On this thread you can see that I gave a code example for PHP:
 * [https://wordpress.org/support/topic/having-problems-registering-a-user/](https://wordpress.org/support/topic/having-problems-registering-a-user/)
 *  Thread Starter [alonso9892](https://wordpress.org/support/users/alonso9892/)
 * (@alonso9892)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677547)
 * Thank you! Understood

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘code: rest_no_route’ is closed to new replies.

 * ![](https://ps.w.org/simple-jwt-login/assets/icon-256x256.png?rev=2106097)
 * [Simple JWT Login – Allows you to use JWT on REST endpoints.](https://wordpress.org/plugins/simple-jwt-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-jwt-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-jwt-login/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-jwt-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-jwt-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-jwt-login/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [alonso9892](https://wordpress.org/support/users/alonso9892/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/code-rest_no_route/#post-14677547)
 * Status: resolved