Closed elviskudo closed 2 years ago
same problem on POST /oauth/token after update from 5.4 to 5.5
@elviskudo
Hi, what method are you using to access http://localhost:8080/oauth/clients
?
Same questions for http://localhost:8080/oauth/clients/1
?
It seems that the second query only has the PUT and DELETE method, there is no GET method for it.
For me, I use GET method for the first query hoping to get all the client, it returns nothing, does this happen to you? BTW, you need to get access token first before you can call GET method with the first URL.
sry, my problem was related with postman/chrome cache. already work
Hi, Your system is awesome, but i found an issue if i try to access with
http://localhost:8080/oauth/clients
result isUnauthorized
but if i try to access withhttp://localhost:8080/oauth/clients/1
result isdo you have any solutions for me? thanks