I've got a problem and it's the same problem as here. But i don't get it what he ment with
What you need to do is introduce a middle-ware, so have your back-end server to make a request against steamcommunity.com and return the same response, and make the ajax call against you're server. This will work, your back-end is sending the request, and as it is not a browser request, the response will land, than your ajax call will be able to get the response as well since it is issued against the same domain.
The Error i get is "Access-Control-Allow-Origin" and here he says why i get this so im asking how to "fix" this.
How can my back-end server make a request against steamcommunity.com and a ajax call against my server(Xampp Localhost)? So what exactly is the solution? Is there somewhere a documentation or tutorial? Can someone make a code example (or tell me where I can code this because i assume that according to the answer you can't request the json with the browser(within the websitecode)) because else I won't get it.