1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

fix: using latest sasjs headers, closes #231

This commit is contained in:
Allan Bowe
2022-05-07 22:25:49 +00:00
parent 56fdaa65d2
commit a405104052
7 changed files with 26 additions and 22 deletions

View File

@@ -137,8 +137,8 @@ data _null_;
file &authref lrecl=1000;
infile "&_sasjs_tokenfile" lrecl=1000;
input;
put 'Authorization: Bearer ' _infile_;
put "Content-Type: multipart/form-data; boundary=&boundary";
if _n_=1 then put "Content-Type: multipart/form-data; boundary=&boundary";
put _infile_;
run;
%if &mdebug=1 %then %do;