Hi When I am trying to connect to a sharepoint server using manifoldcf 2.8.1 I am getting following error.
The site at http://inv28webapps11/sites/portal did not exist or was external; skipping. >From my troubleshooting, going through some blogs and GitHub code, I found out >the server is generating redirect response (http code 302).So it's printing >this message. Can you please suggest any workaround in order to connect to a SharePoint server that's generating redirect response.? References for me to come to the conclusion. ================================== https://cwiki.apache.org/confluence/display/CONNECTORS/Debugging+Connections https://mail-archives.apache.org/mod_mbox/manifoldcf-commits/201602.mbox/%[email protected]%3E and through chrome developer tools I found out server is indeed giving a 302 response. sharepoint connection details: Server SharePoint version: SharePoint Services 5.0 (2013) Server protocol: http Server name: inv28webapps11 Server port: 80 Site path: /sites/portal
