mirror of
https://github.com/sasjs/core.git
synced 2026-01-04 08:00:05 +00:00
fix: adding authentication to server macros. Closes #221
This commit is contained in:
@@ -61,8 +61,11 @@ data _null_;
|
||||
run;
|
||||
|
||||
data _null_;
|
||||
file &fname1;
|
||||
file &fname1 lrecl=1000;
|
||||
infile "&_sasjs_tokenfile" lrecl=1000;
|
||||
input;
|
||||
put "Content-Type: multipart/form-data; boundary=&boundary";
|
||||
put "Authorization: Bearer " _infile_;
|
||||
run;
|
||||
|
||||
%if &mdebug=1 %then %do;
|
||||
|
||||
Reference in New Issue
Block a user