CORS problem

Issue #169 open
Henrique Gottardi Werlang created an issue

Hello!

I’m using the Test Insight with Pas2JS, in a custom URL, and when call the http://localhost:8102/tests give the error “blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource”. The solution is in every call to the service, is return the Access-Control-Allow-Origin header with an * as value.

Comments (3)

  1. Henrique Gottardi Werlang reporter

    The problem is with the ClearTests procedure. For some reason, when I call this, the browser give me the CORS error!

  2. Stefan Glienke repo owner
    • changed status to open

    I am not using Pas2JS I am afraid and that part was contributed by Wagner Landgraf - I would suggest contacting him about that.

  3. Log in to comment