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
Pure web application without backend requires CORS to be enabled by third party web services. In order to connect VF to this kind of application, this needs to be enabled e.g. for WEBDAV links generated by VF. Current WEBDAV doesn't return Acess-Control-Allow-Origin = * causing any javascript client fail on Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://webdav.pcloud.com/. (Reason: CORS preflight channel did not succeed).
either allow origin from all
or make user configurable Access-Control-Allow-Origin header for specific VF WEBDAV dir link
The text was updated successfully, but these errors were encountered:
Pure web application without backend requires CORS to be enabled by third party web services. In order to connect VF to this kind of application, this needs to be enabled e.g. for WEBDAV links generated by VF. Current WEBDAV doesn't return Acess-Control-Allow-Origin = * causing any javascript client fail on
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://webdav.pcloud.com/. (Reason: CORS preflight channel did not succeed).
The text was updated successfully, but these errors were encountered: