I am requesting this url with fiddler: http://sitecollectionUrl/_api/web
With the header of:
Accept: application/json;odata=verbose
But I am getting 401 error code when doing so. I am on SharePoint Server 2013.
I am requesting this url with fiddler: http://sitecollectionUrl/_api/web
With the header of:
Accept: application/json;odata=verbose
But I am getting 401 error code when doing so. I am on SharePoint Server 2013.
You can enable the Automatically Authenticate option in Fiddler. It will use your current Windows logon account to send the request.
The option can be found under Composer tab > Options tab