I have written a web service locally using python flask framework which runs on localhost:5000
, I run this web service successfully from my computers browser by writing http://localhost:5000/toi/something
Now I am trying to call same service from the browser of my android device by connecting it with the machine. I am doing this for the first time so I am not sure whether it works this way or I am doing something wrong but it does not show me the output on my android device. Once this is done I will be calling the web service programatically in my android application.
Thank You