Is it possible to control which source IP address can access the API?
My API requests will come from another application with a fixed IP address, so i would like to make sure that only that IP is allowed to use the API, and all other calls, from scanners or script kiddies, consume the least computing power, storage,..., possible.
Bet regards