2 messages · Page 1 of 1 (latest)
I was wondering whether it is acceptable to allow only the IP address of the server that consumes REST API endpoints of another application (both within our administration, we developed both). Is it okay to do this or should we still use API tokens?
IP addresses can be spoofed so yes, use authentication like tokens.