我将创建一个 Windows Azure 调度程序作业,它将POST
每隔一段时间对资源进行 RESTful 调用。Basic Authentication
这部分很简单,除了 URI 是安全的并且需要凭据这一事实。
使用 Azure 管理门户(或通过以下方式查看:http: //msdn.microsoft.com/en-us/library/azure/dn495651.aspx)我看不到任何地方可以添加Basic Authentication
凭据甚至自定义标头值。
是否可以将凭据添加到已配置的 Azure 计划作业HTTP/HTTPS
调用,或者调度程序不会处理此功能?