I’m implementing feature which should ban users by IP. Is there any way to identify – is client uses Dedicated IP or Shared IP?
Questions let me know.
Thanks.
EDITED:
Or maybe someone have experience how to handle this case?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there is no way. This information is not part of the TCP nor the HTTP protocol and thus never sent to the server. All you could get is the client IP that was used to send the request to your site.