Tagged Questions

1
vote
1answer
23 views

Can I use XMLHttpRequest on a different port from a script file loaded from that port?

I have website that use XMLHttpRequest (jQuery, actually). I also have another site running on the same server, which serves a script file that makes XHR requests back to THAT site …
0
votes
3answers
108 views

Enabling cross domain scripting in the intranet

Hi, I'm having a few problems with an application that integrates sharepoint, SQL reporting services and a bunch of custom forms that are built using ASP.NET MVC. Assuming my ser …
0
votes
2answers
57 views

SSRS Report viewer in sharepoint with document.domain set.

I'm presently working on a large intranet mashup that uses sharepoint to aggregate content from several other internal servers such as: moss.myapp.internalserver.local - The MOSS …
0
votes
0answers
10 views

Sending data using Jquery Iframes

I want to send large amounts of data to and from 2 domains (e.g. Cross Domains) I was told the best way to do this is to use IFrames. My question is... How do I go about doing thi …
0
votes
1answer
27 views

Cross Domain Authentication using DataBase and GUID

I have 2 sites that are on different servers and domains but I would like to pass from one to the other with out having to re-authenticate. Both sites use the same DB so my thou …
0
votes
3answers
48 views

Dynamic Javascript appending with location.href attribute and ajax-cross-domain.com script.

After assigning this: window.onload = initfunction; I want to append the AJAX cross domain script to the header: function initfunction() { var dh = document.getElementsByTagNam …
0
votes
2answers
18 views

Mod-rewrite rule for external pages?

Hi, Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I want to setup this URL: http://www.myserver.com/myfolder/ To actually resolve to: http: …
0
votes
1answer
40 views

Why is my Twitter web request bombing out?

I've been working my way through Tim Heuer's Silverlight tuturial, in which you set up a basic interface to search Twitter. I started on the tutorial yesterday, completing through …
4
votes
2answers
97 views

Document.Domain madness

I've spent probably a month researching the internet on this issue and have yet to find the answer to this. My code does the following (all Javascript). Let's say I have a test.ht …
0
votes
2answers
45 views

Still having issues with my cross domain policy in Silverlight 3.0

So I'm using both xml files listed below with no luck. They both exist in the root of my IIS hosted web service on a different web server (behind the firewall). The web service i …
0
votes
1answer
52 views

Detect browser support for cross-domain XMLHttpRequests?

I'm working on some Javascript that makes use of Firefox 3.5's ability to perform cross-domain XMLHttpRequests… But I'd like to fail gracefully if they aren't supported. Apart fro …
1
vote
1answer
147 views

How do I fix this cross-domain ActionScript 3 error?

I'm going to be as specific and verbose as possible and include some of the code I'm using. I already did a search and found this question, which seems similar; however the author …
0
votes
2answers
259 views

Is there a XDomainRequest equivalent in Firefox?

Is there an equivalent to Internet Explorer's XDomainRequest in Firefox or any of the other browsers? I'd like to access a service/website outside of my domain.
0
votes
3answers
59 views

Utilising one database across two websites on different domains

What's the best way to have two websites (asp.net based) running on different domains but using the same database ? Would it be a good idea to have the database on one of the doma …
3
votes
6answers
331 views

How do you call Python code from C code?

I want to extend a large C project with some new functionality, but I really want to write it in Python. Basically, I want to call Python code from C code. However, Python->C wra …

1 2 3 4 5 9 next
15 30 50 per page