I am having a challenge using the REST Service. When I create a web page in a separate application and call the REST Service, which I have configured for BASIC Authentication, it works fine and I return the proper results. The service is called from my c# code behind file. When I call the REST Service through the URL, it works fine as well.The problem is when I call it through JavaScript. I keep getting the error Error 405, Method Not Allowed. I see this coming across through Fiddler as well as the browsers developers tools. It is the same no matter what browser I use to run the page.Any thoughts would greatly be appreciated.
↧