I have a website with the domain address: www.example.com. We are providing a SaaS solution.
The issue is we are facing a demand from some clients & that is domain name masking, i.e. the client wants to access my website from www.client1website.com & www.client2website.com & so on....
Is there any option that would be possible in Django? I dont want to change the Allowed Host thing as that would make the service non-scalable.
FYI: I am using Apache as of now & can also move to nginx of needed.