Skip to content

How to set Proxy for TUSClient? #52

@pratimsingha

Description

@pratimsingha

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions