Skip to main content
Participant
July 8, 2022
Answered

PDF Services API / Proxy Authentication

  • July 8, 2022
  • 2 replies
  • 659 views

I'm using the Java SDK.

The API cannot be called in a proxy environment that requires authentication.

What should I do now?

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Raymond Camden

    You can try the REST API, but you will need to setup your network calls to go through the proxy.

    2 replies

    Raymond Camden
    Community Manager
    Raymond CamdenCommunity ManagerCorrect answer
    Community Manager
    July 11, 2022

    You can try the REST API, but you will need to setup your network calls to go through the proxy.

    Participant
    July 11, 2022

    Thank you for your reply. I will try the REST API.