Are 302 redirects possible?

Seems like any redirects are 301 permanent. Is there any way to do 302’s instead so they don’t get cached as hard?

Hi @David_Outlier. Unfortunately, all static site redirects are 301s. If you set a Cache-Control header using Static Site Headers | Render · Cloud Hosting for Developers, I believe browsers are supposed to respect that and not treat the redirect as permanent. Another option is to run a web service rather than a static site so you have full control over the response. I hope that helps!