Reliably detect caller domain over cURL request?
- by Utkanos
OK so server-side security is not my forte. Basically, I'm building a service which users may use (via an SDK) only on the domain they stipulated when they signed up.
The SDK calls my web service over cURL in PHP.
Would I be right in thinking I cannot reliably detect the caller domain, i.e. enforce that it is the same domain they stipulated when…