Enabling share link

The share link for Python/JavaScript/Html uses an embedded iframe window to display content. You must set the related response headers to enable the link to display content inside an iframe.

If you see errors such as 403 forbidden when you click the Share link in Python/JavaScript/Html, do the following:

  1. Open the bootstrap.properties file.
    <dmc_install_location>/wlp/usr/servers/dsweb/bootstrap.properties 
  2. Check the HTTP response header in the bootstrap.properties file. Remove the following response header, if included.
    X-Frame-Options:DENY
  3. Check the Referrer-Policy in the bootstrap.properties file. Append the following customized HTTP response header to web resources:
    http.response.append.header=Referrer-Policy:no-referrer-when-downgrade