Skip to main content

We are integrating with DocuSign using the Python SDK.
We implemented retrieving the envelope sender view URL via the API so it can be edited within an iframe.
The template editing screen was implemented in the same manner.

The view URL functions correctly when accessing the application under development via localhost or 127.0.0.1. However, accessing it via an internal IP like 192.1.x.x or an external IP results in a 401 error.

How can I make the view screen appear in an iframe when accessing via an internal IP like 192.1.x.x?

 

 

Be the first to reply!

Reply