I am working on security implementation and I have developed the IP filtering security application. So I wondered which HTTP error code should be returned if the user’s IP is not in expected range?
I am working on security implementation and I have developed the IP filtering security
Share
First of all if your Application is running on a Server..the following will be appropriate…..
A 403 status code indicates that the
client cannot access the requested resource. That might mean that thewrong usernameandpasswordwere sent in the request, or that thepermissions on the server do not allow what was being asked.