Page 1 of 1

403 forbidden for sharepoint links(accesing from cef browser

PostPosted: Thu Aug 11, 2022 3:49 am
by mchandanavenkatanaga
Our application has a quick links set up feature, where we are using cef browser internally. The issue is with share point links giving 403 forbidden response(other kinks working fine). Whereas in the general browser the share point links work fine.
The fiddler log has the following error in the response

X-MSDAVEXT_Error: 917656; Access+denied.+Before+opening+files+in+this+location%2c+you+must+first+browse+to+the+web+site+and+select+the+option+to+login+automatically.

The sharepoint quicklink section is working the previous version, and is broken for latest version. Not sure about the source of the issue.

Can someone help with this?

Re: 403 forbidden for sharepoint links(accesing from cef bro

PostPosted: Sun Aug 14, 2022 3:10 pm
by amaitland
What are the exact version numbers? Previous and latest are relative.

This is likely a CEF or Chromium change.

Test with the --disable-request-handling-for-testing command line argument to see if the site loads.

Re: 403 forbidden for sharepoint links(accesing from cef bro

PostPosted: Sun Aug 14, 2022 3:11 pm
by amaitland
Also check the log file for errors see https://github.com/cefsharp/CefSharp/wi ... g#log-file