Hey! I tried to make a POST request to my Glitch project and received a 403 forbidden with the “glitch project waking up” HTML as a response. After some tinkering, I figured out it happens if I make a request without the User-Agent
header set, is this defined behavior or is this a bug? Nevertheless, the response is quite misleading. Thank you.
there’s any number of unpublished rules meant to block abusive requests, and Glitch acknowledges that they might cause some collateral damage. they don’t consider that to be a bug. this User-Agent rule is probably part of those.