Hello! We'd faced weird issue - when crawling a website, there are set of banner links, and each link sets a cookie. So finally we are ending up with cookie header sent to server with more than 8 kilobytes of data. This causes bad request error, because of server configuration (in the error page server says it is not configured to handle such long headers).
The question is - how is it possible to limit headers sent to server to some size? -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
