I'm writing an application (example.com
) that gives users their own sub-domains to run arbitrary user applications off of (user.example.com
).
Each user application will be run on separate servers with distinct domains, and my application will route user.example.com
to users-app.com
.
Are my users able to compromise each other? What about the parent domain example.com
?