I have a PHP service called addItem.
This service is called when someone submits a form on the client side.
How can I protect this to ensure that the item will only be added when called from the intended form?
Trying to prevent someone from submitting material via an automatic curl call, for example.
Thank you
Tee
source
share