I was a bit confused because this looks like the error you may get when you visit a broken image link on an s3 bucket or a Google Cloud storage bucket. I decided to do some more testing.
After running curl https://will-has-cool-shoes.glitch.me/index.html to see the website when I run a GET request, I got the regular source code, but when I ran curl -X POST https://will-has-cool-shoes.glitch.me/index.html, I got the XML source. Is this the new standard for when you make a POST request on a static site? I could not seem to replicate this on another static site. I also saw in the server header that this looks like an amazon s3 server. server: AmazonS3
This also made me realize why static projects are now free. It is because they are being hosting on Amazon s3 which is also used for Glitch CDN. s3 is cheaper than VMs, so that explains why static sites are free now.
I also can’t make GET forms on static sites as they get a Project Not Found error Asked Glitch Support via email and got no reply. Well, they said that it works without going to the editor, then I showed a video of it not working and they have ghosted me
I ain’t got a computer on holiday. The error only appears if it’s a form, not when going directly to a url. The form is a GET form. Maybe I could use Javascript to take the values of the inputs and take them to the url instead of using a form and a submit.
I mean I don’t really care, I just made the website in a few hours and don’t really want to spend much time maintaining it. It’s just a bit annoying as it worked days before they introduce the 24/7 static projects