我正在使用 Google Search Appliance,并在尝试抓取基于表单的网站时遇到问题。添加必填字段来创建“新表单身份验证”规则后,我会看到一个表单身份验证登录向导,我可以在其中输入我的凭据。但是,我无法继续操作,因为我在尝试登录时在向导中收到 JavaScript 错误(_doPostBack 方法)。关于如何解决这个问题有什么想法吗?
登录按钮是开箱即用的 aspx.net 按钮。所以没有进行任何操纵。非常感谢任何有关此问题的帮助。
I am using Google search appliance and encountered an issue while trying to crawl forms based site. Once I add required fields to create a "new forms authentication" rule, I get a forms authentication login wizard where I enter my credentials. However, I am unable to proceed further as I get a JavaScript error (_doPostBack method ) within the wizard while trying to login. Any ideas on how I can fix this issue?
The login button is out-of-the box aspx.net button. So no manipulation is done. Any help regarding this is much appreciated.
发布评论
评论(1)
尝试关闭 JavaScript。 GSA 只需要知道客户端和服务器之间的通信。如果您的登录表单在未启用 JavaScript 的情况下无法工作,则必须就地编辑 html。我使用 Firefox 中的 firebug 插件来完成此任务。
Try turning off javascript. The GSA only needs to know about the communication between client and server. If your login-form doesn't work without javascript enabled, you'll have to edit the html in-place. I use the firebug plugin in firefox to accomplish this.