We have a data server configured in IIS using Windows Authentication (Kerberos). Does anyone know how to access web services (GET and POST) with R authenticating a Windows identifier?
In the end, I learned how to achieve this through NTLM. It is actually simple:
require("httr") GET("http://my-url",authenticate(":", ":", "ntlm"))
Source: https://habr.com/ru/post/1649265/More articles:How to override an action in full screen exit mode? - androidfailed to read csv with double quotes - javaRuby memory management - garbage-collectionHow to add a new pair of key values to an existing object - jqueryPlay video on xcode simulator but not on device - iosCheck if item is in jQuery set - javascriptCheck if the realm - ios object has been deletedHow to add html watermark to pdf exporter using javascript - javascriptHow to insert a pandas framework into an existing table in a database? - pythonHow to use "ng build -prod" and "ng serve -prod" with Angular 2 CLI, getting 404 errors - javascriptAll Articles