dev-master
9999999-devusing webrtc, get client local ip by javascript in some browser, such as firefox, chrome and opera.
BSD-3-Clause
The Requires
by bubifengyun
extension yii2 javascript ip webrtc
using webrtc, get client local ip by javascript in some browser, such as firefox, chrome and opera.
博客原文:http://my.oschina.net/bubifengyun/blog/690253, (*1)
示例代码,请勿用于生产环境!, (*2)
Just a demo, Do not use in production envrionment!, (*3)
由于网站只可以运行在局域网,随想获取本地 IP 地址,作为一个验证项。虽然可以通过设置假的 IP 来欺骗服务器,但也能在一定程度上做到仅限于特定IP的电脑访问。, (*4)
适用于支持 WebRTC 的浏览器,比如火狐、谷歌等。且这些浏览器没有关闭 WebRTC 获得本地 IP 的功能。, (*5)
using webrtc, get client local ip by javascript in some browser, such as firefox, chrome and opera., (*6)
The preferred way to install this extension is through composer., (*7)
Either run, (*8)
php composer.phar require --prefer-dist bubifengyun/yii2-webrtc-get-client-local-ip "*"
or add, (*9)
"bubifengyun/yii2-webrtc-get-client-local-ip": "*"
to the require section of your composer.json
file., (*10)
Once the extension is installed, simply use it in your code by :, (*11)
= $form ->field($model, 'ip') ->widget(\bubifengyun\WebrtcGetClientLocalIp\WebRTCLocalIPWidget::className(), [ 'id' => 'loginform-ip', 'hidden' => true, ]) ?>
Note
+ 'id' => 'loginform-ip',
id was seen from source code.
+ id
是从浏览器查看源码看到的,暂时不会设置该 id
, (*12)
using webrtc, get client local ip by javascript in some browser, such as firefox, chrome and opera.
BSD-3-Clause
extension yii2 javascript ip webrtc