Skip to main content
Participant
July 8, 2022
Vastattu

PDF Services API / Proxy Authentication

  • July 8, 2022
  • 2 kommenttia
  • 655 katselukerrat

I'm using the Java SDK.

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

What should I do now?

    Tämä aihe on suljettu vastauksilta.
    Paras vastaus laatinut Raymond Camden

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

    2 kommenttia

    Raymond Camden
    Community Manager
    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.