I have an android phone and I need to send some requests to a rails server.
I do the usual stuff by picking up the ip address from ifconfig
then using that ip address on port 3000.
It does not work. Even if I run something like wget ip_address:3000
it does not.
Is it because the port 3000 is blocked ?