-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access http://localhost:8080/api/user/me via Postman #13
Comments
same error here! also there's an issue related to missing error page and exception handling (looks like it doesn't see the folder exception) |
Can you give us the header page @Dipak-Prajapati and where can we get the details to login? |
@Dipak-Prajapati please get back to me ASAP by replying or sending an email to cpolury.ttt25@gmail.com Thanks, |
@ghost I am having the same |
Hey @chips2014 I don't have this code right now in the machine but you can find it in your code URL(auth/signin) in the image I had shared... |
Hi, i´m trying access http://localhost:8080/api/user/me via postman but i get error:
{
"timestamp": "2019-02-27T21:50:18.714+0000",
"status": 401,
"error": "Unauthorized",
"message": "Full authentication is required to access this resource",
"path": "/api/user/me"
}
need pass more param ? where ?
The text was updated successfully, but these errors were encountered: