1 Reply
One way would be to create an api in your receiving program, and use a httpclient in the sending program to dispatch the httprequest to the receiving program using the endpoint you made.
if you create the receiving program as a webapi you'll get an example Controller set up for you then you can just look at how its done and create your own