Hello everyone,
I want to know if we can test my widget on local network.
For example, my TV is connected on router without internet connected.
Can my widget on TV just download information from my local PC(127.0.0.1) using XMLRPC?
Thx.
Of course. Remember, this is simply communication using HTTP.
Obviously, you wouldn't be sending requests to 127.0.0.1.
Since you have control over your web server, why not encode the calls using json rather than xml?