ok thanks for the reply.

dubiouscentaur_PSN
Posts
-
-
anyone? i've looked into this a ton and it seems like a simple fix from the api end?
-
@sheyworth it's not i'm pretty sure - i can call the api directly just not via angular or any modern framework - the api returns no headers so i think that's the issue. It errors with a "fetch data" call even. What method are you using? thanks.
[Error] Fetch API cannot load https://mlb24.theshow.com/apis/listing.json?uuid=xxxxxxx due to access control checks.
-
i would also like to be able to actually call the api from an application without CORS errors
-
hello - i'm trying to make a personal site to track some data from the api but i keep getting errors:
[Error] Origin http://localhost:4200 is not allowed by Access-Control-Allow-Origin. Status code: 200
[Error] XMLHttpRequest cannot load https://mlb24.theshow.com/apis/listing.json?uuid=xxxx due to access control checks.From my research it sounds like the api should be returning appropriate headers such as Access-Control-Allow-Origin: * but the show api returns none.
"The response headers show that the server is not including the Access-Control-Allow-Origin header, which is necessary for browsers to allow requests from different origins (such as your Angular application running on localhost:4200). Without this header, modern browsers will block the request due to CORS policy restrictions.
To resolve this issue, need to configure the server to include the Access-Control-Allow-Origin header in its responses."
-
The ios app requests me to login (which it does successfully) after the app has been idle for a few minutes. No other app i'm signed into on ios does this. (I'm talking about when you have to click the PlayStation or Xbox button to login again). Is this normal behavior for this app?
@SDS API Cors Policy Issues
@SDS API Cors Policy Issues
2024 API Wishlist
2024 API Wishlist
@SDS API Cors Policy Issues
ios app asks for login repeatedly