Skip to main content
Participant
July 8, 2022
解決済み

PDF Services API / Proxy Authentication

  • July 8, 2022
  • 返信数 1.
  • 653 ビュー

I'm using the Java SDK.

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

What should I do now?

    このトピックへの返信は締め切られました。
    解決に役立った回答 Raymond Camden

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

    返信数 1

    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.