0

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:

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?

Andrew Schulman
  • 8,811
  • 21
  • 32
  • 47
Terence
  • 13
  • 1

1 Answers1

0

If I understand your question what you want is a proxy pass through for http://tenant.example.com/api to the api server.

This article wasn't written by me but does explain it well for IIS 8.0 (I can't see it being much different in 8.5).

Also search on ServerFault for questions about IIS reverse proxy. There are many, for example this one.

Sam
  • 617
  • 1
  • 6
  • 14