Sharepoint Search Crawl error with BotDetect

this is what you may see

The SharePoint server was moved to a different location. ( Error from SharePoint site: HttpStatusCode Redirect The request failed with the error message: --< html><head><title>Object moved</title></head><body>< h2>Object moved to <a href="/_vti_bin/sitedata.asmx?AspxAutoDetectCookieSupport=1">here</a>.</h2>< /body></html> --., CorrelationID: 6f92129d-4742-20cf-86da-6e46bae7318e; SearchID = B83C0CF2-2B3E-4047-AC33-ADD06488B452 )

we dont understand why but it only happens when the BotDetect is configured as AJAX.

the available solutions, Note that for search we usually want only to adapt the admin site:

1. do not activate the capthca on the admin.
2. change the cookieless attribute in the sessionState for the BotDetect to false, like explained here:
http://captcha.com/doc/aspnet/known-issues.html#cookielesscrawlers

more on cookieless:
https://msdn.microsoft.com/en-us/library/system.web.configuration.sessionstatesection.cookieless(v=vs.110).aspx

Comments

Popular posts from this blog

OverTheWire[.com] Natas Walkthrough - JUST HINT, NO SPOILERS

SOLVED The item could not be indexed successfully because the item failed in the indexing subsystem

Asp.Net Ending Response options, Response.End() vs CompleteRequest()