-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
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]
Reactions are currently unavailable