I am trying to integrate two separate sites using javascript and REST endpoints. I'm following this article - msdn.microsoft.com/en-us/library/gg334767.aspx
When I try
https://rently.crm.dynamics.com/XRMServices/2011/Organization.svc
I am getting the typical .net webservice response.... it shows the root URL is working. But when I follow the article further and try
https://rently.crm.dynamics.com/XRMServices/2011/Organization.svc/AccountSet
I am getting HTTP Error 400 - Bad Request
What do I need to do to get actual results with REST url? Is there a setting i need to change here? If so how?