I have developed some API using laravel and created a virtual host on my local machine.
like abc.xyz.com/api/v1/oauth2/token for getting oauth token. Now I want to test these API
from another local app say abc.com using curl.
I am not getting any response .How can I do this ?Where both apps are in my local machine.