i have two laravel systems virtually hosted in ubuntu apache system
ticketing system in port : http://192.168.10.245:7002
booking system in port:http://192.168.10.245:7001
i am trying to sync ticket type data from ticketing system to booking system
when i do syncing in localhost i successfully sync ticket
but when i do the same process in virtual host the ticket does not show in booking system
i tried using cors middleware but didnt work