I seem to be having some issues with configuring a redirect. I have an application that is hard coded to download a JSON file from our website using an HTTP GET command. Since I can’t host JSON files on WebFlow, I’ve placed my JSON file on Cloudflare, and thought I could use a HTTP redirect - but it doesn’t seem to want to redirect. I get an Invalid Request.
//domain.com/.well-known/com.apple.remotemanagement needs to redirect to: https://1234567.project.pages.dev/.com.apple.remotemanagement.json
I’ve tried various variations of:
Old Path: /%.well-known/(.*)
New Path: https://1234567.project.pages.dev/.com.apple.remotemanagement.json
Any help is appreciated!