Jump to content

Matt Ravinelli

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yes, I get response without JavaScript, so, the LSL Script is correct. I'm trying some script client-side for cross site communication, like script that you can find here : http://www.html5rocks.com/en/tutorials/cors/ , but don't work when I try to use it to request data from LSLScript. Depends that solely by my JavaScript, or there are conditions to keep in mind when working on the server *. agni.lindenlab.com?
  2. Hi all. I'm trying to use an ajax function in JavaScript to get data from a LSL Script using llHTTPResponse(). But I can only send data to LSL Script, not receive. I have this message in my browser "XMLHttpRequest cannot load http://sim10042.agni.lindenlab.com:12046/cap/635c1778-452d-1424-f982-91bd4239ec39. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://ravimatsolutions.altervista.org' is therefore not allowed access." Given that I already use a JavaScript function to handle cors requests browser-side ( http://www.html5rocks.com/en/tutorials/cors/ ), I would like to know if the problem is with the LindenLab's server and if there is a way to solve it. Thanks :)
×
×
  • Create New...