Questions tagged [crossdomain-request.js]
19 questions
0
votes
1 answer
Post image base64 from iOS to twitter using request.js
I am working on iOS. In my app user can take photo and upload from Library then it will store as image base64 in database. I want to post this image into Twitter when I select from database. But I always get error message below…

Dimanche Eat
- 45
- 5
0
votes
0 answers
Web Audio API XMLHTTP Request No Access Allowed
function init() {
// Fix up prefixing
window.AudioContext = window.AudioContext || window.webkitAudioContext;
context = new AudioContext();
// BufferLoader takes: (context, url, callback)
bufferLoader = new BufferLoader(
context,
[
…

Ldrbrandon
- 59
- 8
0
votes
2 answers
Fixing Cross-Domain Requests in IE8
I'm trying to modify some existing code that is breaking in IE8. From what I've read online, this is a common problem involving XDomainRequest and XMLHttpRequest.
I've not worked with AJAX in this fashion before, so I'm at a compete loss of what to…

skippr
- 2,656
- 3
- 24
- 39
0
votes
1 answer
How to receive JSON data from this website?
please help me to receive josn data from this site, need to make imei check don't know how to get their response. Tried php porxy page, but unsuccessfull
they use this script, but origin don't let me make crossdomain AJAX
Thanks for attention
…

Amir Anvarov
- 107
- 1
- 9