tus-php
tus-php copied to clipboard
Using tus in non public services
Hi,
We have structure that use something like proxy to request to the target service with Guzzle
(proxy is laravel ) and (target service is lumen )
Target service is not public and it has to be requested through proxy
how can we use tus in target service when we use guzzle for connection between proxy and target service?
We implement routes both in proxy and target service and the proxy's job is to send request to target service but it seems that the file not transferring properly and connection not keeping alive.
What can we do in this kind of situations ?
Thanks for your help
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing because of inactivity.