[Vuejs]-Restframework APi response hide

0๐Ÿ‘

if the API is exposed to the outside world you cant hide it, add an authentication to the API and prevent external request.

0๐Ÿ‘

Add authentication and CORS:

CORS-Headers

Authentication

Leave a comment