A question for advanced experts here ... about ISOLATION

Discussion in 'JavaScript' started by picobello, Apr 5, 2009.

  1. #1
    Hi,

    ISOLATION is a security principle applicable in all modern browsers and preventing a client-side running entity to query a different domain. It will only be allowed to query the emitting server. People are also referring to "cross-domain scripting" for that specific topic and its limitations.

    I am looking for a way to bypass that.
    I spent some time in trying all existing client-side technologies but no success; all of them where restricted by isolation principle: javascript, ajax, flash ...

    Question: can someone help me to progress? Any idea on how to approach this?
     
    picobello, Apr 5, 2009 IP
  2. HolySavior

    HolySavior Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    so far one of the closest thing i have come across is cURL but that is more server-side oriented i do believe.
     
    HolySavior, Apr 7, 2009 IP
  3. picobello

    picobello Well-Known Member

    Messages:
    572
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Hi,
    CURL is server side
    I am looking for a way to do it client-side (browser)
    Thank you for you contribution to my progress anyway ;-)
     
    picobello, Apr 7, 2009 IP
  4. joep1978

    joep1978 Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think a custom browser plugin/add-on (that the user has to accept installation of) would be the only way to do this on the client-side
     
    joep1978, Apr 8, 2009 IP