Questions tagged [cross-domain]

55 questions
2
votes
0 answers

How to enable CORS on Glassfish?

Cross-Origin Resource Sharing is a mechanism that enables cross-origin requests[1]. As you can see in the link [1], It is easy to enable CORS in Apache Tomcat 7. Just a configuration in the file web.xml. As i'm testing a service with Glassfish…
jgomo3
  • 121
  • 1
  • 5
2
votes
0 answers

How to setup cross domain rules in discourse?

So i use the following page to gather information from the user and send it to forums.awake-gaming.com/posts for discourse to make a post for me . Url of page : awake-gaming.com/join-us.html Url, where i send the information :…
2
votes
1 answer

LiteSpeed enable Access-Control-Allow-Origin (no response header on CORS request)

Seriously, I can't find a single page discussing this for litespeed. Using this format in the htaccess "Header set Access-Control-Allow-Origin http://aSite.com" (and https) sends the setting in the http response header, but I still get the…
user144330
2
votes
4 answers

Using WSUS Admin Console from outside domain

Environment: I have a workstation on our primary domain. We have a primary WSUS Server that is the upstream server of 8 different testing domains. The Primary WSUS server is not part of any domain. Routing is configured between my workstation and…
Nick
  • 256
  • 1
  • 5
  • 20
2
votes
2 answers

Only one Apache Solr to search into Multiple/Cross-domain CMSs?

Is it possible for single-instance of Solr to use across multiple Applications, Cross Domains? Like multiple CMSs such as Wordpress + Joomla + Drupal. Any searching from anywhere should be showing the Results from all of connected applications. For…
夏期劇場
  • 455
  • 2
  • 5
  • 18
2
votes
1 answer

Cross Forest Public Folder Migration, Exchange 2003 to Exchange 2010 SP1

I'm doing a migration from Exchange 2003 SP2 to Exchange 2010 SP1, cross-forest. I have mostly everything else sorted, but this company makes extensive use of Public Folders, and my google-fu is failing me here. How do I migrate the public…
2
votes
0 answers

Windows client cannot get cross-domain ticket, but a Linux one (from WSL) can

I am trying to and failing to authenticate my Kerberos credentials when doing ssh from a Windows 11 client joined to a Windows Server 2019 domain (let's call it AD.LOCAL) to a Linux host joined to a domain managed by FreeIPA (let's call it…
chutz
  • 7,569
  • 1
  • 28
  • 57
1
vote
0 answers

Add a non-Weblogic trusted domain

Is it possible to add a non-Weblogic server domain as a trusted domain of another Weblogic server? I have checked the documentation and it only mentions how to configure cross-domain access between Weblogic server domains.
1
vote
1 answer

Http page wirh https iframe connecting to other secure host. Will it work?

This is the scenario: my website works through http and includes an iframe loading a swf file from another website of my own. The issue is i need the flash application to make a request to a remote host using https. Logically, i receive the security…
1
vote
0 answers

Alfresco kerberos cross domain auth fails with KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN

i've a problem authenticating kerberos with multiple domains. I'm using Alfresco 4.2f on Windows Server 2012 R2 and i've a forest trust (function level 2008 r2) between two domains. My kerberos cross domain setup is like in the word document from…
1
vote
1 answer

Cross-Domain / Cross-Forest Group Policies

Our company has a domain forest with two domains (domain.EMEA and domain.GLOBAL) We previously acquired a company (domain.LOCAL) and all the workstations at this site are members of domain.LOCAL, but the users are members of domain.EMEA There are…
1
vote
4 answers

IIS6 Virtual Directory 500 Error on Remote Share

We have our servers at the server farm in a domain. Let's call it LIVE. Our developer computers live in a completely separate corporate domain, miles and miles away. Let's call it CORP. We have a large central storage unit (unix) that houses…
David Boike
  • 111
  • 2
  • 4
1
vote
2 answers

I have two domains on my Linux Server. How to do Cross domain uploading?

I have two domains DomainA.com , DomainB.com on my Linux Server , each with separate space. I am using PHP and MySQL for both my websites. I have a page on DomainA.com from where users upload files. But I need to store the files uploaded from…
1
vote
1 answer

How to trust a non Domain PC over a VPN connected via a Domain Account for SQL Windows Authentication

We are trying to enable a windows login to SQL Server from an untrusted laptop. The SQL Server has been enabled to allow the domain account to login and browse the data When a domain user connects to the VPN via domain PC (over the internet) they…
1
vote
1 answer

Can DPM 2010 protect computers in a trusted domain when there is no forest trust relationship?

Scenario: DPM 2010 is installed in a domain in a forest, while the servers to be protected are installed in a different domain in a different forest. The two domains are child domains in their respective forests. There is a two-way external trust…
Massimo
  • 68,714
  • 56
  • 196
  • 319