Using laravel 11 cookie to manually authenticate a request
im trying to authenticate a request sent from the front end from another domain
i tried to set the ‘Cookie’ header with the cookie value but it was blocked by the browser ,so i did the following