Make a tunnel connection between laravel 8 app and an external API
Hello community,
I am new here and my Laravel experience is medium, I have a question and I would like to know if you can guide me to have a solution.
I want to make a tunnel connection between a Laravel 8 App and an external API. The API has a rule that only accepts connections from the public IP of the Laravel APP, but this does not work because the requests that are made are made by the user who enters the APP and take the IP of the user and not the Server.
Is there any way to make the requests made by the user do it through the server and that this server makes the request to the external API and recognizes the Public IP of the same.