1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

fix: ff downloading instead of streaming html on viya

This commit is contained in:
allan
2025-06-05 14:09:52 +01:00
parent 3978ac5e05
commit 9c1f68944f

View File

@@ -215,7 +215,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
"Authorization"="Bearer &&&access_token_var"
%end;
"Content-Disposition"=
%if "&ext"="SVG" %then %do;
%if "&ext"="SVG" or "&ext"="HTML" %then %do;
"filename=""&name"";"
%end;
%else %do;