I want to create an iPhone app that calls calls to a web service. For testing, I want to first create the API calls on my mac (the server running XAMPP), and if it works fine, I want to transfer it to the actual server.
If my iPhone and Mac are on the same network, can I access the web service using the IP address of my mac?
Thanks.
source
share