Does anyone know if I can make HTTP calls to the API endpoint of a local Service Fabric cluster using "fabric:/my-fabric-app/api-service" directly, without going through an HTTP listener?
1 Answers
3
votes
You cannot. The fabric:/
endpoints are intended for SF Remoting calls.
For using HTTP, an HTTP Listener is required.