Hi,
I am building private API server but I would like to know how server developers securing the private API server.
I am going to turn port open only for internal accessing if I can but is this right way? Could you guys tell me what is better idea for that?
Thank you.
j
stuff ;)
vpn would be a classic maybe plus ip restrictions and the classic secret salt and content hashing against MIM attacks ? :)