ok thanks for the reply.
dubiouscentaur
Posts
-
Apr 13, 2024, 12:31 PM
-
Apr 12, 2024, 2:26 PM
anyone? i've looked into this a ton and it seems like a simple fix from the api end?
-
Mar 29, 2024, 12:06 PM
@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.
-
Mar 28, 2024, 10:42 PM
i would also like to be able to actually call the api from an application without CORS errors
-
Mar 25, 2024, 8:58 PM
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."
-
Sep 6, 2021, 1:57 PM
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