Arturo Hernandez
Member since Oct 13, 2014
- Profile: /members/12348-arturo-hernandez.htm
- Comments: 1
Recent Blog Comments By Arturo Hernandez
-
Handling Forbidden RESTful Requests: 401 vs. 403 vs. 404
Posted on Oct 13, 2014 at 1:40 PM
I authenticate when I give the system a valid username and password. But I become authorized once the system verified I have access to a particular resource. The problem is that HTTP is ambiguous about it by calling 401 Not authorized. I think the accepted definition is not authenticated instead. E... read more »