You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, recentrly i found this repo, the badge work when using in simple HTML,
But today i started to think about just grabing the JSON returned with some JS
The only way i could get an "answer" is by forcing 'NO-CORS' & CrossOrigin
But with this, it answer, but always an opaque "empty" response
I tested a LOT of way to fetch this .json that even my god damn browser show
But none either respond (blocked by cross-origine (while active) or by CORS), or they just respond this
Hi, recentrly i found this repo, the badge work when using in simple HTML,
But today i started to think about just grabing the JSON returned with some JS
The only way i could get an "answer" is by forcing 'NO-CORS' & CrossOrigin
But with this, it answer, but always an opaque "empty" response
I tested a LOT of way to fetch this .json that even my god damn browser show
But none either respond (blocked by cross-origine (while active) or by CORS), or they just respond this
Code :
Response
Edit : I tested it also with realTime page & console (to avoid running script from local IP 127.0.0.1...)
But same behavior
cURL work well and give me the raw JSON as answer after hitting cloudflare,
Forgot to mention that else, everything work perfectly 🤡 😢
Thx BTW for repo
The text was updated successfully, but these errors were encountered: