【发布时间】:2022-01-20 03:53:32
【问题描述】:
尝试使用来自 REST-API 的 post 方法 http 调用获取 cookie 值,以便可以将其传递给加载 .xml 文件,在 postman 上测试 URL,并且 insomnia 工具能够获取 cookie 值但在数据工厂中无法得到它。
【问题讨论】:
标签: azure-data-factory azure-data-factory-pipeline trusted-web-activity
尝试使用来自 REST-API 的 post 方法 http 调用获取 cookie 值,以便可以将其传递给加载 .xml 文件,在 postman 上测试 URL,并且 insomnia 工具能够获取 cookie 值但在数据工厂中无法得到它。
【问题讨论】:
标签: azure-data-factory azure-data-factory-pipeline trusted-web-activity
根据 GitHub 上的 thread - “Cookie”在 REST 连接器中是不允许的,但在 HTTP 连接器中是允许的。如果能满足你的要求,你可以试试。
您可以检查这是否对您有帮助 - How to Dynamically adding HTTP endpoint to load data into azure data lake by using Azure Data Factory and the REST api is cookie autheticated
【讨论】: