I'm building an API in PHP. I want the user to only be able to use the public and private keys per domain, (as eventualy I would like to try to be able to charge for large requests). Is there any way to tell if the request is being sent from the correct domain?
regards