[403] All Stats endpoints
See original GitHub issueHi
I’m experiencing this issue at the moment
“Error: Request failed with status code 403”
I believe the cookie has expired that you’ve implemented.
let iwStatistics = codAPI.IWStats(playerId, 'psn');
let bo3Statistics = codAPI.BO3Stats(playerId, 'psn');
let wwiiStatistics = codAPI.WWIIStats(playerId, 'psn');
let bo4Statistics = codAPI.BO4Stats(playerId, 'psn');
await Promise.all([
iwStatistics,
bo3Statistics,
wwiiStatistics,
bo4Statistics,
]);
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
HTTP 403 Forbidden | What is 403 Forbidden Error and How ...
An HTTP 403 code means that the server understood the request but will not process it. If the server wants to make known...
Read more >Dashboard returns 403 on stats call - Hangfire Discussion
I'm running HF in .net core 3.1 and when I navigate to the dashboard it will load correctly, but all calls to the...
Read more >Stats Job returns an Error 403 - Ads API SDKs
Here is the message we got. HTTP status: 403 code: ACTION_NOT_ALLOWED reason: Permissions Set(ACCOUNT_ADMIN, AD_MANAGER, AD_VIEWER) are required ...
Read more >Every call fails with 403 AuthZ_2.0 "Your brand does not have ...
Every call fails with 403 AuthZ_2.0 "Your brand does not have access to this API endpoint." ... I tried both the token and...
Read more >'Quote' Endpoint 403 Forbidden Error · Issue #141 - GitHub
Hi, I'm getting a 403 error on the quote endpoint even via the Interactive REST API Explorer, no matter what parameters I use....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like the endpoints have changed. Will be working on it today.
no idea, you may have to just tinker with the code a bit.