Difference between revisions of "Standalone Server"

From Hiasobi - FHIR
Jump to: navigation, search
(Created page with "Command line server executable Command Line: <code> FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]] /network - allows access by networ...")
 
Line 4: Line 4:
 
<code>
 
<code>
 
FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]
 
FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]
 
+
<br/><br/>
/network - allows access by network callers, default is to only allow local machine callers
+
/network - allows access by network callers, default is to only allow local machine callers<br/>
/cors:<domain>[;<domain>[..] - provide one or more Cross Origin Resource Sharing (CORS) origin domains to restrict browser based access; default is '*' allow any domain.
+
/cors:<domain>[;<domain>[..] - provide one or more Cross Origin Resource Sharing (CORS) origin domains to restrict browser based access; default is '*' allow any domain.<br/>
<profile name> - an identifying name allocated for licensed users; required for live data access
+
<profile name> - an identifying name allocated for licensed users; required for live data access<br/>
<license key> - allocated for licensed users; required for live data access
+
<license key> - allocated for licensed users; required for live data access<br/>
 
</code>
 
</code>

Revision as of 10:16, 28 February 2014

Command line server executable

Command Line: FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]

/network - allows access by network callers, default is to only allow local machine callers
/cors:<domain>[;<domain>[..] - provide one or more Cross Origin Resource Sharing (CORS) origin domains to restrict browser based access; default is '*' allow any domain.
<profile name> - an identifying name allocated for licensed users; required for live data access
<license key> - allocated for licensed users; required for live data access