0

I want to get the client's IP address with PHP. It is giving the client IP address except in UC Browser and Opera Mini.

Can anyone help me to get the IP address from these two browsers.

Thanks

Jason Roman
  • 8,146
  • 10
  • 35
  • 40
coder
  • 283
  • 4
  • 26

1 Answers1

0

For Opera Mini you can use the X-Forwarded-For HTTP header as described here: https://dev.opera.com/articles/opera-mini-request-headers/

perja
  • 641
  • 4
  • 13