How to create middleware API in .NET Core

29 Views Asked by At

I need to write a middleware micro service API from another website which is SSL secured; I need to load the certificate and wait for any post calls on that url and catch the data in my end. I have the certificate but they are .cer and .pk files. Any ideas how to make this?

I've tried mapPost that only references on my local project.

0

There are 0 best solutions below