I am trying to follow the guidance in many articles, one by Fabian williams, on how to make queries from Fiddler or Postman, but I keep getting 401 unauthorized. I have SharePoint on prem 2016, with Feature pack 2.
I am trying to make a post request, to a url that looks like this:
in Postman, I added the authorization as basic auth, with my username and password, which added the Authorization header for me, and Accept: application/json;odata=verbose;
When I try to make the request, I get 401 unauthorized.
Here's how my request looks like in Postman:
Any help is appreciated.
Thanks.

