Re: SOAP requests between domains
Eugene Prokopiev <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Martin Honnen wrote:
> Yes, but calling
> netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserRead')
> should not be done then either, the server needs to have the the file to
> specify which domains are allowed access, Mozilla checks whether the
> server has the file and allows access and then the access is allowed, no
> need (and no help) to call enablePrivilege then.
It's nice, but how can I use server-side checking?
Can anybody get me a simple working server-side checking example for any
HTTP request?