Hi all
Wanting to use glitch as an API man in the middle - my Pico can only handle small amounts of data at a time and the API I’m using sends far too much information, using glitch to forward on only the information I’m interested in.
Weirdly enough however when making a request from the Pico the “To keep Glitch fast for everyone, inactive projects go to sleep and wake up on request.” HTML is always returned, even if the project is definitely active.
I’m sending a request to endpoint http://ribbon-heliotrope-anteater.glitch.me/ and the project uses the standard express fastify project base
Thanks