asp.net-web-api
Communicate to stateless web Api service from a different application in Azure Service Fabric
I have two different service fabric applications. Both are stateless web api models. I do have a situation that from service 1 inside application 1, I need to invoke service 2 which is part of application 2. I am deploying both applications in the same cluster. Can someone advise the best practice here. What could be best way to communicate. Please provide some sample as well.
Related Links
How to send multiple mime type in Accept header of httprequest from WebAPI?
ApiControllerActionSelector equivalent in Asp .net MVC core
Authorize Attribute Authentication with Postman in Web Api
How to update AutoRest in visual studio 2017
elmah.axd/stylesheet not found error
Change action in runtime depending model data
Where could a call to an removed property be cached for WebAPI app?
how can solve reference loop
NUnit test cases for Asp.Net Web API
Posting to WebAPI with ModelClass Object as Parameter
Custom Exception Handling in WEB API 2
OwinOAuthProviders RefreshToken flow
Best technique for pushing many records and files to a system: WEB API or FTP
Documenting custom error codes from ASP.NET Web API
JWT middleware ClientId configuration in Auth0
Cannot access API via Azure API Management Service by POSTMAN