I've deployed a Mule ESB application which accept as input a GET HTTP request as follow
http://localhost:8088/esb/?id=xxx
when replace the localhost
with my local IP adress 192.168.1.2
it doesnt work neither on my machin nor on another one from my lan.
I've added a rule in the firewall to allow the port 8088 and it doesn't work either.
I've disabled my antivirus and the firewall and no result.
could someone help?