Header set Access-Control-Allow-Origin: https://www.davejohnson.co.uk but the only thing that works is the wild card. Quote from: Neša on Oct 04, 2025, 04:41 AMhmm.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://davejohnson.co.uk/test/AdvanceGuardianHeroesUSA.gba. (Reason: CORS header 'Access-Control-Allow-Origin' does not match 'https://www.davejohnson.co.uk'
what if you remove the quotes ?
Quote from: Neša on Oct 04, 2025, 04:37 AMwhat if you put the url back in but keep the single quotes?
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin '*'
Header set Access-Control-Allow-Methods "GET, HEAD"
Header set Access-Control-Allow-Headers "Content-Type, Authorization"
</IfModule>https://davejohnson.co.uk/test/AdvanceGuardianHeroesUSA.gba with no errors, but I am aware that is dangerous as far as security is concerned.Quote from: Neša on Oct 04, 2025, 03:01 AMIt's interesting that the game works with the IP alone.
In shared hosting they use a virtual site, they have one IP and configurations with different URLs that will route to different sites.
This works because you send a reference to the web server of the URL you are trying to get to.
The email delay is happening on some SMF 2.1.6 forums, they say it should be fixed in 2.1.7
Have you tried to make it https://www.davejohnson.co.uk/test/? not sure if it will fix it /test is just a directory.
Page created in 0.071 seconds with 17 queries.