Open DirtyBong opened 3 years ago
To follow-up here from a comment thread on GameJolt, I can (currently) reproduce this by connecting to b-cdn.gamejolt.com
using an IPv6 address.
For example, connecting to 89.187.187.11
yielded:
HTTP/2 200
date: Sat, 19 Dec 2020 02:48:39 GMT
content-type: text/html
last-modified: Mon, 14 Dec 2020 23:43:54 GMT
etag: W/"b1b2f4906b2e2cab61124cf75d06d00d"
vary: Accept-Encoding
x-amz-cf-pop: LHR3-C2
cache-control: max-age=604800
age: 352660
access-control-allow-methods: GET
access-control-allow-origin: *
server: CDN77-Turbo
x-77-nzt: AVm7uwoOtX/vnQ4AAA==
x-77-nzt-ray: XL8Bho/wSgM=
x-edge-ip: 89.187.187.10
x-edge-pop: losangelesUSCA
x-cache: HIT
x-age: 3741
content-encoding: gzip
Connecting to 2a02:6ea0:c800::6
yielded:
HTTP/2 403
date: Sat, 19 Dec 2020 02:54:27 GMT
content-type: text/html
server: CDN77-Turbo
x-edge-ip: 89.187.187.18
x-edge-pop: losangelesUSCA
Repro steps (assuming curl is installed):
1) Copy curl request for index.html iframe from network tab in Chrome.
2) Paste curl request command line into terminal. add the following command line switches: -6 -I
3) Observe 403 status code.
Using -4 -I
gives 200 status code as expected.
I have also been unable to play for some weeks, and thanks to the previous comment I tried after having disabled IPv6 in the properties of my wireless device - now it works!
How are you using Game Jolt? I am using GameJolt as a Game Developer Please describe the issue you are having I recently uploaded a game https://gamejolt.com#/games/SeedsOfTheUniverse/566401 and when trying to play in browser I get a message that displays ERROR 403 Forbidden "Sorry, you are not authorized to access the resource.". This game works fine on both Newgrounds, Simmer.io so I know the files are working properly.