Back Forum Reply New

Restfull Problem.

Hi ,
I'm using Restfull WebServices.

I need hit the third party applications from my site.
My application and third party application both are using Restfull Webservices.

For making call i'm using AJAX call .
     if (Window.XMLfromRequest) {                  AJAX=new XMLfromRequest();                       }else {       try {            AJAX= new ActiveXObject(quot;MSXML2.XMLfrom.3.0quot;);          } catch (e) {             AJAX= new ActiveXObject(quot;Microsoft.XMLfromquot;);          }}            if (AJAX amp;amp; pMethod) {    AJAX.open(quotOSTquot;, pucl, false);                    AJAX.send(pRequestData);    return AJAX.responseText;                                         }Here my problem is i'm not able to make the call  to third party application from my application through FF (Fire Fox) ..but i could be able to get the response  from third party application   with IE.

When i tried hit third party from FF i'm getting the Exception  

(NS_ERROR_DOM_BAD_URI): Access to restricted URI denied  code: 1012

Please help me out where could be the problem?

Thanks,
Malli.
¥
Back Forum Reply New