requesting not working on windows 10 ONLY windows 11 works fine
This is a short snippet of my code, pretty simple, uses a api and whatever. But no url works at all so its not just this url its any and also any windows 10 pc i have tried spits out the same issue

7 Replies
this is my issue as shown in the ss above
JsonConvert.DeserializeObject<List<Dictionary<string, object>>>
💀
Regardless, it's the server telling you you're forbidden
So you're either not authenticated with this API, or don't have sufficient privileges, or something of the sortBut how comes it works on windows 11?
Same code
Literally just the windows edition
And it’s any webpage
Doesn’t work
Like, even if you do a simple
it still doesn't work?
well first thing I would try is, access it from a browser
i.e.: just access in a browser at that machine https://api.rec.net/api/players/v2/progression/bulk?id=1
Or
curl
itand see if it works
interesting enough v2 is not even listed in their dev docs