How do I ensure that my Frontend is the Origin sending a POST request to my Backend
I have a Vue 3
frontend site that I want to be able to sign up new users. When the user enters their information into the frontend, the frontend will send a POST
request to the backend which is a Django REST API
. The backend will then create the user.