带有Content-Disposition附件的Angular HTTPInterceptor

时间:2018-10-17 06:39:29

标签: angular angular-http-interceptors

我正在尝试测试是否可以模拟使用标题df1['c'] = df1['c'].apply(tuple) df2['c'] = df2['c'].apply(tuple) df3 = (df2.merge(df, how='left', indicator=True) .query('_merge == "left_only"') .drop('_merge', axis=1)) df3['c'] = df3['c'].apply(list) print (df3) a b c d 2 14 Dil [11, 18] ZZ 下载文件的Web服务。这是我的拦截器中的响应:

Content-Disposition: attachment;filename=name.txt

因此,我希望在每次调用Web服务时都会下载一个包含“ abc”的名为“ name.txt”的文件,但没有下载任何内容。怎么了?

0 个答案:

没有答案