-
Notifications
You must be signed in to change notification settings - Fork 10
usefulTips
Deva Kumar edited this page May 20, 2020
·
15 revisions
You can set these thru SASEnvironment Manager if you have admin priveleges.
-
CORS
- allowCredentials Set this to true
- Allowed Origins - set this to meet your needs.A * will leave this wide open to all clients. Talk to your site administrator.
-
cookies
- sameSite Critical for browsers like Chrome. For VA-SDK you need to set this to None
-
CSRF
- allowed URI A sample is shown below. Use your expertise in regex to specify the allowed uris.
http(s?)[:]\/\/([^\.]+\.)*acme\.com,http(s)*[:]\/\/localhost([:])*\d*
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic