I have tested API in postman then i got data.But same API i have tested in SAS EG with below code i am getting "<html><head><title>Error</title></head><body>Invalid Username/Password !</body></html>" this error. Please help me to resolve this issue filename indarea "D:\D DRIVE\D drive Data\indarea.json"; filename indarea1 "D:\D DRIVE\D drive Data\indarea1.json"; proc http url="******" AUTH_BASIC in='{"primaryKeys":["21102" "03-Jul-2023" "03-Jul-2023"]} method="POST" ct='application/json' WEBUSERNAME= "****" WEBPASSWORD="***" out=indarea; run;
... View more