Sharepoint

Managed by | Updated .

Test Sharepoint URL's using CURL

You will need

  • kinit

Get and store the Kerberos ticket

Terminal
kinit <username>

Please note the

Then run the curl command

Terminal
 curl -v --negotiate -u '<user name>'  '<sharepoint url to download>'

The username value in the above commands can be in any of the following formats:

  • User Principal Name (user@somedomain.com)
  • FQDN\username (somedomain.com\user)
  • NetBIOS domain\username (SOMEDOMAIN\user)

To just check if the file is valid, add the option --head to the curl command.  This will just print the response headers.

Sett IIS Authentication Types

For the ManifoldCF sharepoint connector, it is required that NTLM authentication be enabled.

How to enable NTLM and Negotiate,NTLM

Test SOAP

Use SoapUI. If testing Sharepoint soap API's, use SoapUI version 4.5.x

Was this artcle helpful?

Tags
Type: Keywords:
Features:
Environment:
Windows  Linux  Funnelback hosted