From 9c1f68944f9f7cbef0642fdaaef4c43b7d0a8364 Mon Sep 17 00:00:00 2001 From: allan Date: Thu, 5 Jun 2025 14:09:52 +0100 Subject: [PATCH 1/2] fix: ff downloading instead of streaming html on viya --- viya/mv_createfile.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viya/mv_createfile.sas b/viya/mv_createfile.sas index ad2f681..2f7d675 100644 --- a/viya/mv_createfile.sas +++ b/viya/mv_createfile.sas @@ -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; From daa4e4e762086878e7b44689bb945f1cd3d0fe82 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Jun 2025 13:10:16 +0000 Subject: [PATCH 2/2] chore: updating all.sas --- all.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sas b/all.sas index 3846be3..28364c3 100644 --- a/all.sas +++ b/all.sas @@ -24438,7 +24438,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;