I am looking on how to implement aCallBack Handlerto a Web API Controller. I basically need to process the response send back by my external client.
I basically want to call the WebAPI Controller from my portal so that I can place/initiate a Request to my external client. Once this client does the required actions at their end, they will need to send a CallBack so that I can process the response.
Your question is a bit confusing. The client is responsible for making the callback. You cannot force the client to call Web API unless you wrote the client code as well.
None
0 Points
2 Posts
Asp.Net Web API : Call Back Handler
Jan 15, 2021 04:24 AM|Soni S P|LINK
Hi,
I am looking on how to implement a CallBack Handler to a Web API Controller. I basically need to process the response send back by my external client.
I basically want to call the WebAPI Controller from my portal so that I can place/initiate a Request to my external client. Once this client does the required actions at their end, they will need to send a CallBack so that I can process the response.
Appreciate a feedback on the above.
Regards
SSP
All-Star
53111 Points
23664 Posts
Re: Asp.Net Web API : Call Back Handler
Jan 15, 2021 11:21 AM|mgebhard|LINK
Your question is a bit confusing. The client is responsible for making the callback. You cannot force the client to call Web API unless you wrote the client code as well.