Hi,
I would like to get the client ip address at server side, but actually
session$clientData$url_hostname always provides the server name not client name,
no matter which computer i used to login my server. And any other ways to get client or
client proxy IP ?
Thank you so much!
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/7febaf26-82ba-4773-9d3c-9801c3ab5058%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/4f0ca736-fe90-4eba-8b67-2b5bc365e319%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/71ecb9d6-c1f3-4055-a969-25f012ed0d44%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/998b075f-1b6c-42cc-9686-8cd34e9b20e2%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/shiny-discuss/9WcbS3E4Cfc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to shiny-discus...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/CAFh9p0DiWSAA8whaawsUDj%2BmpvD%2BO3T6Pw0avMxWrNHQMXaHjw%40mail.gmail.com.
system('ipconfig getifaddr en0')
192.168.1.70Capture.output(system('ipconfig getifaddr en0'))--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/08c5e520-a585-48d6-8f95-7b0958c0f7b4%40googlegroups.com.
system('ipconfig getifaddr en0', intern=TRUE)
On Sun, Sep 18, 2016 at 1:02 PM, Karim Mezhoud <kmez...@gmail.com> wrote:
Hi,system('ipconfig getifaddr en0')
192.168.1.70
But I can't capture IP withCapture.output(system('ipconfig getifaddr en0'))
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.