#Domain [SOLVED]

6 messages · Page 1 of 1 (latest)

turbid hamlet
#

Most likely need to write a Worker to proxy requests to the right place

modern pecan
indigo badger
#

^ that's what i often stick to

#

there's that 100k/day free limit on workers and you may hit that with substantial traffic

#

discord does something like this though: webflow is on static paths (e,g /, /blog), the react app on /app,/channels,etc, and the API on /api/*

#

i think they're on the enterprise plan, which lets you customize origin ips