Forum Moderators: DixonJones
2006-01-30 00:03:56 68.142.250.200 - GET /index.asp 500 0 HTTP/1.0 Mozilla/5.0+(compatible;+Yahoo!+Slurp;+http://help.yahoo.com/help/us/ysearch/slurp) -
Other SE report correct 200 status.
What can I do to understand why slurp goes in error in a page that IS NOT in error?
Regards and thank you.
F.
Well then the next thing to try is to log as much information as you can from your asp page and to see if that gives any clues as to what is going on. Put the logging right at the beginning of the code.
Maybe there is something extra or missing in the http request headers that is causing the issue.
You mean something like this:
if %user_agent% = "slurp..." then
' do something.Something what? :-)
end if
F.