'How can i resend session cookie with angular?

we have api buildet with laravel and we use JWT to securse our api,we send each request with set cookie and head but in front we use angular we have problem to send this cookie with diferent domaine name. need help



Solution 1:[1]

You can never set a cookie on a different domainname… unless you let the front-end handle setting the cookie

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Peter Fox