79429265

Date: 2025-02-11 08:13:08
Score: 0.5
Natty:
Report link

A general solution for this is to use a reverse proxy. Netlify supports proxies as stated here, or you can setup your own reverse proxy. This allows you to have one front facing domain and proxy based on url to your UI or API.

Another solution is to configure your backend to loosen the restrictions on CORS by allowing the root domain to store the cookies instead of Same-Site cookies. You can read more from the question on stackexchange here.

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: ochako