You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use a reverse proxy and instead of using api.box.com use a custom domain.
change the relevant constants in constants.js and build the box preview library
serve the build from cdn
What is the expected behavior? (Screenshots can be helpful here)
the expected behavior is for users from different organization to be able to view files via the box viewer and using box as storage provider. (even organizations that block the box cloud for some networking security reasons - allow them to view box content via a reverse proxy)
What went wrong? (Screenshots, console logs, or HAR files can be helpful here)
a request to dl.boxcloud.com happens regardless of changing all constants like API_HOST.
Is it possible that instead of a request to dl.boxcloud.com there will be a request to a reverse proxy ?
is there a documentation page that is meant as a tutorial for organizations that want to use Box Preview but use their custom domain and serve the way they want to serve it and use a reverse proxy, etc ...
The text was updated successfully, but these errors were encountered:
Environment: JS
Steps to reproduce the problem:
What is the expected behavior? (Screenshots can be helpful here)
the expected behavior is for users from different organization to be able to view files via the box viewer and using box as storage provider. (even organizations that block the box cloud for some networking security reasons - allow them to view box content via a reverse proxy)
What went wrong? (Screenshots, console logs, or HAR files can be helpful here)
a request to dl.boxcloud.com happens regardless of changing all constants like API_HOST.
Is it possible that instead of a request to dl.boxcloud.com there will be a request to a reverse proxy ?
is there a documentation page that is meant as a tutorial for organizations that want to use Box Preview but use their custom domain and serve the way they want to serve it and use a reverse proxy, etc ...
The text was updated successfully, but these errors were encountered: