How to limit web API microservice communication to specific list of machines?
I have an PHP API that I want to be consumed only by one static website.
However the HTTP is not secure as from what I suspect any header can be spoofed (IP – I may be wrong here, domain name, and so on), so what are my options to ensure … Continue reading How to limit web API microservice communication to specific list of machines?