So to me, this is strange for me I can run the code perfectly fine but when other people run the code the api request gets “Forbidden” Is there some kind of special way C sharp gets request that could be preventing this?
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
but if the API is giving you a 403, that means you either aren't sending credentials (which should be a 401 but you never know) or the credentials you're sending do not give you access to the resource you're requesting
oh @Jimmacle one more thing, this is real random but only people on windows 10 are having this issue. Some other friends are on windows 11 and its working fine.