Using the Get started with the SharePoint 2013 REST service, I am trying to access the following internal SharePoint site: http://mycs.nce.dirc.aon/sites/SuperSecret/default.aspx
I have tried sending a GET request to the following URLs:
http://mycs.nce.dirc.aon/sites/SuperSecret/_api/SuperSecret
http://mycs.nce.dirc.aon/sites/SuperSecret/_api/web
http://mycs.nce.dirc.aon/SuperSecret/_api/SuperSecret
http://mycs.nce.dirc.aon/SuperSecret/_api/web
Everytime the server responds with a 404, this leads me to believe I am crafting the URL wrong. Can someone take a look at the URL and recommend what the correct version might be.
Note: I have not "enabled" any type REST feature since I was not the one who originally set it up, so this might also be the case if the feature needs to be enabled.