Disable https for specific api routes?

I have an API which a very old game is trying to send data to. This old application (circa 2004) cannot handle HTTPS. It must use HTTP.
Is there a way to configure my wrangler.toml to specify specific routes for my Pages project to use HTTP instead of HTTPS?
Was this page helpful?