Cart as a guest user ( API )
-
How can i use cart using API while session not working with API how can i save the session to complete my action or how can i generate a temporary token for guest so he can use the application as logged in user
-
Currently, you need to use the cookies for the guest portion. As we have not provided tokens for the guest.
Laravel will detect the session from the cookies.
-
@devansh-webkul said in Cart as a guest user ( API ):
Thanks for your reply.
how can I send the cookies from the postman?
what is the bagisto_session?
-
In postman, these cookies are sent automatically but when you do in code you need to store and send it with each request.