Title: refiny's Replies | WordPress.org

---

# refiny

  [  ](https://wordpress.org/support/users/refiny/)

 *   [Profile](https://wordpress.org/support/users/refiny/)
 *   [Topics Started](https://wordpress.org/support/users/refiny/topics/)
 *   [Replies Created](https://wordpress.org/support/users/refiny/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/refiny/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/refiny/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/refiny/engagements/)
 *   [Favorites](https://wordpress.org/support/users/refiny/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple JWT Login – Allows you to use JWT on REST endpoints.] Password reset gives 405 error](https://wordpress.org/support/topic/password-reset-gives-405-error/)
 *  [refiny](https://wordpress.org/support/users/refiny/)
 * (@refiny)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/password-reset-gives-405-error/#post-15935135)
 * When I try to reset password throw PostMan, it always got “405 Not Allowed” error,
   my request like below.
 * URL: [http://justap.vip/?rest_route=/simple-jwt-login/v1/user/reset_password](http://justap.vip/?rest_route=/simple-jwt-login/v1/user/reset_password)
   
   Method: PUT Body:
 *     ```
       {
       "email": "013198527520@coincredit.network",
       "new_password": "111111",
       "JWT": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NjEwNDcwOTgsImV4cCI6MTY2MTA1MDY5OCwiZW1haWwiOiIwMTMxOTg1Mjc1MjBAY29pbmNyZWRpdC5uZXR3b3JrIiwiaWQiOjMsInNpdGUiOiJodHRwOlwvXC9qdXN0YXAudmlwIiwidXNlcm5hbWUiOiIwMTMxOTg1Mjc1MjAifQ.3-c7jBTPX2e6XZWem5pDAYMREhLwuAc0nzUn-4eotFU",
       "AUTH_CODE": "TEAM"
       }
       ```
   
 * Result:
 *     ```
       <html>
   
       <head>
       	<title>405 Not Allowed</title>
       </head>
   
       <body>
       	<center>
       		<h1>405 Not Allowed</h1>
       	</center>
       	<hr>
       	<center>nginx</center>
       </body>
   
       </html>
       ```
   
 * This is an new WordPress environment runing at Aliyun Simple Application Server,
   No matter those parametters put behind url or in the request body, the result
   is the same.
    -  This reply was modified 3 years, 9 months ago by [refiny](https://wordpress.org/support/users/refiny/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Link Pages: link-in-bio landing pages for your social media profiles] Add social link page through API](https://wordpress.org/support/topic/add-social-link-page-through-api/)
 *  Thread Starter [refiny](https://wordpress.org/support/users/refiny/)
 * (@refiny)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/add-social-link-page-through-api/#post-15935111)
 * Thanks, waiting for your update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple JWT Login – Allows you to use JWT on REST endpoints.] Password reset gives 405 error](https://wordpress.org/support/topic/password-reset-gives-405-error/)
 *  [refiny](https://wordpress.org/support/users/refiny/)
 * (@refiny)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/password-reset-gives-405-error/#post-15911797)
 * Hi, bro, I’ve got the same 405 error response, did you got any solution on it?
 *     ```
       <html>
   
       <head>
       	<title>405 Not Allowed</title>
       </head>
   
       <body>
       	<center>
       		<h1>405 Not Allowed</h1>
       	</center>
       	<hr>
       	<center>nginx/1.20.1</center>
       </body>
   
       </html>
       ```
   
    -  This reply was modified 3 years, 9 months ago by [refiny](https://wordpress.org/support/users/refiny/).
    -  This reply was modified 3 years, 9 months ago by [refiny](https://wordpress.org/support/users/refiny/).

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