Skip to main content
Participant
July 8, 2022
Answered

PDF Services API / Proxy Authentication

  • July 8, 2022
  • 1 reply
  • 647 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 has been closed for replies.
    Correct answer Raymond Camden

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

    1 reply

    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.