Closed
Description
Godot version
3.4.3.stable only (3.4.2 works fine)
System information
PopOS 21.10 (Based on Ubuntu 21.10), GLES2 & GLES3, Ryzen 5 5600X, RTX 3060 510.54
Issue description
System information is very likely not relevant. Multiple people (friends and godot discord) tested it on their machines.
On HTML5 (Debug and Export), the HTTPRequest node encounters a CORS request did not succeed
or credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’
with seemingly no way around it, very likely caused by #57934. Works perfectly fine on every other export.
I wanted to get a .JSON from my repo ThankYou.json and parse it.
Steps to reproduce
- Create HTTPRequest and do the bare minimum setup (request and connect request_completed signal)
- Export or debug in HTML5 on any browser
- Do a request Example