hi
me also faced the same problem before 3 days

th url works fine when i run this in browser but when  through contaner
it throws 500

After that i found that there is a problem with my port number

and after change my port every thing works fine for me .

On Wed, Apr 2, 2008 at 2:09 PM, KJ <[EMAIL PROTECTED]> wrote:

>
> What do your server access logs say when your url is hit from
> OpenSocial?  Are you sure your server isn't returning a 500 error when
> hit from the OpenSocial container (even if you can access the url
> directly in a browser)?
>
> If you aren't validating the request on your server, you don't need to
> set the authorization parameter.  You can just do this:
> gadgets.io.makeRequest(url, callback, {});
>
> On Apr 1, 2:57 pm, "Parag Dhanuka" <[EMAIL PROTECTED]> wrote:
> > My application was working fine till a few minutes ago and all of a
> sudden
> > it has stopped working....
> >
> > The problem is I am not getting back any data from my server which seems
> > very wrong to me.... My console shows
> >
> > throw 1; < don't be evil' >{"http://MYURL <http://myurl/>
> ":{"body":"","rc":500}}
> >
> > The url is not verified on server as this is a simple get request which
> is
> > same for all users.
> >
> > Hence typinghttp://MYURLdirectly on the browser gives me back the
> desired
>  > result....
> >
> > Am i doing something wrong while using
> >    *
> >    var* params = {};
> >    params[gadgets.io.RequestParameters.AUTHORIZATION] =
> > gadgets.io.AuthorizationType.SIGNED;
> >    gadgets.io.makeRequest("http://MYURL <http://myurl/>", callback,
> params);
> >
> > --
> > Parag Dhanuka
> >
>


-- 
RajaSekhar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to