Hi there,

Thanks for the reply.  The product I am developing is a "plug in" product that anyone can use in their web-sites (the product is served by my Zope, and the product must communicate with my Zope).  This means that whatever setup needs to be done on IIS will have to be done on every client's IIS that wants to use my plug-in (it's not even to say that they ARE going to use IIS).

When you say Zope's virual hosting, do you mean using SiteRoot and SiteAccess?

This seems to me like a fairly unsurmountable problem!

Regards
Etienne

-----Original Message-----
From: Evan Simpson [mailto:evan@4-am.com]
Sent: Tuesday, December 04, 2001 6:13 PM
To: Etienne Labuschagne
Cc: Zope User List (E-mail)
Subject: Re: [Zope] Getting Zope to act as if it is in a different
domain?


Etienne Labuschagne wrote:

> Is there a way that I can set the headers/whatever of the page served by
> Zope so that it seems as if it was served by A and not by B? (I know how
> to get A's domain from HTTP_REFERER, but does not know how to set the
> headers/whatever).


If you can figure out how to make IIS proxy these requests, (or put a
rewriting proxy in front of IIS) you can use Zope's virtual hosting
capabilites to make the Zope applet appear part of IIS's domain.


Cheers,

Evan @ Zope