So I'm trying to get a player's CSGO inventory using Valve's API, but I can't get it to work since it's giving me the no 'access-control-allow-origin' header is present on the requested resource.
error, so I tried using jsonp but I'm not sure if it supports it. So I was wondering how I would get someone's inventory? A ton of other sites can get it but I don't know what I need to do. Any help is appreciated :)
I'm using javascript/jQuery if that helps at all