It looks like the problem might be at the server end, where Access-Control-Allow-Origin header is missing from the server's response, which means that the server won't allow requests from a different domain. If you have access to the server, you should be able to change header from there.
What are you trying to get from the server? Could you instead download the asset and import it directly into Construct?