Skip to main content
Configuration values related to the WebAPI web services.
  • AuthorizeWithUsername enables username + password (Basic) authentication. This method is not enabled in the Online environment.
  • AuthorizeWithTicket enables SOTicket authentication.
  • AuthorizeWithImplicit enables authentication with IIS identity. It means that your client has authenticated using Active Directory. This method is not enabled in the Online environment.
  • CORSEnable turns on CORS headers, meaning that external sites must be listed in the CORSOrigin config to call the WebAPI. Default is on.
  • CORSOrigin a list of space-separated URLs of sites that are allowed to call the WebAPI. If an external site tries to call, and it is not listed here, then the call will fail. You can use ”*” to allow all sites to call.
See the NetServer Core reference for details about handling this programmatically.