Has anyone fetched data through SDC to MS SQL Reporting Services?
In an App Script, the following works for web-based MS SQL report 2008r2 server with Basic Authentication, but when pointing to an SDC resource returns "Bad Request" or "DNS Error" and when debugged, no errors, but response_content_size: 0
where options is an object with the method:get and Authorization:Basic+encrypted_authentication_string
use_intranet:yes was included for SDC calls, which returns existing file in any folder.