❔ how to make web api accessible from another machine
Hi, I've made a simple api which returns "hi, name" when i pass in name=rob. Now it's in localhost and i can only use in my host machine. How do i make the api available such that i cam access it from anywhere?