A coworker and i are working developing different WEB API's that communicates one to other, or Clients Apps to (APIs). The thing is, my Client App should communicate to his Web API App (or his Client App to my Web API App) from his computer to my Computer. The client may be a console, or a mvc project or whatever, thats not important.
It is possible to allow a running (debugging) WEB API Project to be reached by my partner which is in the same network?
For example, if i run my web api application (of course im using Visual Studio) it will launch the project and open my web navigator, for example: "localhost:10923/api/exampleApiController", so, my partner should be able to have access to it (this time with my ip): "10.10.78.56:10923/api/exampleApiController" right?
But is not working =/, i am not even able to access to it on my local computer by using my own IP instead of "localhost".
Any idea or suggestion?, we want to simulate a real client-server interaction.
Aucun commentaire:
Enregistrer un commentaire