Security to call a php script
I have the following situation:
On the server B there’s a PHP script that can create/delete files so I wanna be sure that I’m the only one able to call it from server A through a CURL request.
I’m adopting the following security: