A configuração de CORS esta disponível a partir da Lib label 08062015
Para utilizar o serviço REST em chamadas realizadas por navegadores (AJAX) em páginas hospedadas em outro servidor é necessário configurar o Cross-Origin Resource Sharing como abaixo.
[GENERAL] MAXSTRINGSIZE=10 [HTTPV11] Enable=1 Sockets=HTTPREST [HTTPREST] Port=8080 URIs=HTTPURI SECURITY=1 [HTTPURI] URL=/rest PrepareIn=All Instances=1,2 CORSEnable=1 AllowOrigin=* [ONSTART] jobs=HTTPJOB RefreshRate=30 [HTTPJOB] MAIN=HTTP_START ENVIRONMENT=environment
Definindo o valor da chave AllowOrigin com * (asterisco) as requisições iniciadas de qualquer servidor serão aceitas no retorno para o navegador.
Para restringir os servidores que terão acesso aos serviços altere a chave AllowOrigin com a lista separa por vírgulas como abaixo:
AllowOrigin=http://localhost:8040,http://dominio.com
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas