[Feature Request]Support runscript callbackHeader #1793
Closed
Description
问题描述
我在使用异步执行run/script接口时,发现callback不支持设置header,而这个header在我的业务中是一个必要操作,否则会导致callback请求失败。
代码实例
添加了一个可选参数callbackHeader,使用方式如下:
params.put("callback", config.getNotebookUrl() + "/api/job/callback");
params.put("async", "true");
params.put("callbackHeader", "{"Authorization":"Bear xxxxx"}");