How I can give call to C Program Web API from AngularJS $http request?
AngularJS $http part has been already done. But I m new to C Program. I want to know: How my $http URI and C program Web API will communicate?
How my $http URI will call to particular Web API in C program?
(Please, note: I want C program example code)
http://api.example.com/get/that?id=1
I do not even know, what implements the answer. It may be a binary compiled from C code that handles the API quest and the http traffic, or a php page run by an interpreter behind a http server. What is specific ot C here? Maybe others simply know ... – Dilettant Jun 20 at 5:33