Here is the senario, example.com is hosted laravel project on internet and a user/office is accessing it behind a nat so all pc have same public ip. Now i want to send 192.168.1.100 a http request from users browser when they opens the page with some post request like
192.168.1.100/log.php?username=name&time=1AM
Sort of things.
example.com server cannot send request to localserver (behind nat/ip not public.)
I just started using laravel need your help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community