Thanks I tested ... but still not working
Use
rpcallowip=*
Or
rpcallowip=192.168.1.*
rpcallowip=* tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network.
This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks).