Let's say the front-end is hosted in Netlify with domain.com and the backend in a VPS with api.domain.com.
For example: Django session authentication, can I get this to work like this?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Yes, that is possible. A period in front of the domain on that cookie headers is what tells browsers to send it on subdomains.
I'm not familiar with the way Django handles it, but hopefully this helps.
micropyramid.com/blog/how-to-maint...