I have found a few topics on this but not sure if they specifically relate to my question. I am busy creating a multi-tenant application and would like the following setup:
- http://tenant.example.com/ <- tenants site
- http://tenant.example.com/api <- tenants api which is generic.
I have two servers:
- tenanthost which is tenant.example.com
- apihost
Now is is possible to map apihost to /api on tenanthost on IIS8.5?