mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 01:20:05 +00:00
Merge pull request #395 from sasjs/indexhtml
fix: ff downloading instead of streaming html on viya
This commit is contained in:
2
all.sas
2
all.sas
@@ -24438,7 +24438,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
|
|||||||
"Authorization"="Bearer &&&access_token_var"
|
"Authorization"="Bearer &&&access_token_var"
|
||||||
%end;
|
%end;
|
||||||
"Content-Disposition"=
|
"Content-Disposition"=
|
||||||
%if "&ext"="SVG" %then %do;
|
%if "&ext"="SVG" or "&ext"="HTML" %then %do;
|
||||||
"filename=""&name"";"
|
"filename=""&name"";"
|
||||||
%end;
|
%end;
|
||||||
%else %do;
|
%else %do;
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
|
|||||||
"Authorization"="Bearer &&&access_token_var"
|
"Authorization"="Bearer &&&access_token_var"
|
||||||
%end;
|
%end;
|
||||||
"Content-Disposition"=
|
"Content-Disposition"=
|
||||||
%if "&ext"="SVG" %then %do;
|
%if "&ext"="SVG" or "&ext"="HTML" %then %do;
|
||||||
"filename=""&name"";"
|
"filename=""&name"";"
|
||||||
%end;
|
%end;
|
||||||
%else %do;
|
%else %do;
|
||||||
|
|||||||
Reference in New Issue
Block a user