I have on one side NoPCommerce on the other side our own REST API. I need that NopCommerce to send a post request to our REST API. That part is done.
I want to test this locally, so I started both projects. NopCommerce runs on localhost:5001
, our REST API on localhost:7521
.
When NopCommerce sends the request, I got an SSL error.
Is there a way to do this?
Thanks