Question
How to set Proxy for TUSClient?
We are using TUSClient to upload a large file to a server in chunks. We are required to go via Proxy server (with authentication).
But when I see the createUpload method in TUSClient class, I see this below line:
HttpURLConnection connection = (HttpURLConnection) uploadCreationURL.openConnection();
I could not see any Proxy feature that we can enable or introduce. Please suggest.
Setup details
Please provide following details, if applicable to your situation:
- Runtime environment: [Java Version 11]
- Used tus-java-client version: [e.g. v0.4.3]
Question
How to set Proxy for TUSClient?
We are using TUSClient to upload a large file to a server in chunks. We are required to go via Proxy server (with authentication).
But when I see the
createUploadmethod inTUSClientclass, I see this below line:HttpURLConnection connection = (HttpURLConnection) uploadCreationURL.openConnection();I could not see any Proxy feature that we can enable or introduce. Please suggest.
Setup details
Please provide following details, if applicable to your situation: