Accessing OpenDXP Assets via WebDAV
OpenDXP provides the option to access all assets via WebDAV. To do so, just open following URL via your browser or WebDAV client: https://YOUR-DOMAIN/asset/webdav
As user credentials use any OpenDXP Backend user. Permissions for asset access are based on the users permissions.
Nginx configuration
Please make sure to have the following changes in your project Nginx configuration:
location ~* ^(?!/admin|/asset/webdav)(.+?)....