Alexandre José 0 Posted September 29, 2019 Hi Andrea, I have a perfectly functioning MARS server. I am testing the TMS Web Core and no results are displayed. In POSTMAN it works. See the return trace: GET http://localhost:8081/amara/v1/docs Sec-Fetch-Mode: cors Origin: http://localhost:8000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 Accept: */* HTTP/1.1 200 OK Connection: close Content-Encoding: UTF8 Content-Type: text/html; charset=UTF8 Content-Length: 32 Date: Sun, 29 Sep 2019 11:22:21 GMT Is there any additional configuration? Thanks! Share this post Link to post
Alexandre José 0 Posted September 29, 2019 6 hours ago, Alexandre José said: Hi Andrea, I have a perfectly functioning MARS server. I am testing the TMS Web Core and no results are displayed. In POSTMAN it works. See the return trace: GET http://localhost:8081/amara/v1/docs Sec-Fetch-Mode: cors Origin: http://localhost:8000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 Accept: */* HTTP/1.1 200 OK Connection: close Content-Encoding: UTF8 Content-Type: text/html; charset=UTF8 Content-Length: 32 Date: Sun, 29 Sep 2019 11:22:21 GMT Is there any additional configuration? Thanks! It was missing parameterize the CORS. Engine.Parameters.Values['CORS.Enabled'] := True; Thanks! Share this post Link to post