I have a Laravel/Lumen backend with CORS issues. To solve them, I'm using this package: https://github.com/barryvdh/laravel-cors
When I make a request, it works when I download any cors toggle extensions that are out there. In my understanding, that means CORS works on my server but I need to add something to angular to make it fully working. As the developer states on github: "The request has to be a valid CORS request and needs to include an "Origin" header"
Can I add this header in any way? Thanks in advance