Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“bash错误中的卷曲”;您的浏览器不支持脚本或已配置为不允许使用脚本。”;_Bash_Curl_Scripting - Fatal编程技术网

“bash错误中的卷曲”;您的浏览器不支持脚本或已配置为不允许使用脚本。”;

“bash错误中的卷曲”;您的浏览器不支持脚本或已配置为不允许使用脚本。”;,bash,curl,scripting,Bash,Curl,Scripting,我是卷发新手。 我用curl创建了一个bash脚本,用于从网站下载报告。 我能够验证和设置cookies,并访问报告页面。 但是,报告是在Iframe中运行的。 我被困在两个地方 调用post方法运行报告时出错 如何在运行报表后单击iframe选项下载报表(报表小部件中提供了保存为pdf/excel/other等选项) 以下是错误消息: ================================================================================

我是卷发新手。 我用curl创建了一个bash脚本,用于从网站下载报告。 我能够验证和设置cookies,并访问报告页面。 但是,报告是在Iframe中运行的。 我被困在两个地方

  • 调用post方法运行报告时出错
  • 如何在运行报表后单击iframe选项下载报表(报表小部件中提供了保存为pdf/excel/other等选项)
  • 以下是错误消息: ================================================================================================== 您的浏览器不支持脚本或已配置为不允许脚本。 您的浏览器不支持脚本或已配置为不允许脚本。 报表查看器配置错误 尚未在应用程序的Web.config文件中注册报表查看器Web控件HTTP处理程序。添加到web.config文件的system.web/httpHandlers部分,或 对于Internet Information Services 7或更高版本,请添加到system.webServer/handlers部分。 [Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=10.0.40219.329&Name=Microsoft.Reporting.WebForms.Icons.SpinningWhee l、 gif]正在加载。。。 取消 显示/隐藏参数 显示/隐藏文档映射 ==================================================================================================
    该网站使用JavaScript动态生成数据
    curl
    不运行JavaScript。您需要使用类似SeleniumWebDriver的东西。如果可能的话,我会感到惊讶。据我所知,curl只适用于单个请求,而不适用于在网站上点击。在任何情况下,查看当前代码都会很有帮助。我已经切换到selenium,工作已经完成。谢谢你的建议@@Barmar。现在我需要帮助来解决这个问题。 Here is the error message: ================================================================================================== Your browser does not support scripts or has been configured not to allow scripts. Your browser does not support scripts or has been configured not to allow scripts. Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add to the system.web/httpHandlers section of the web.config file, or add to the system.webServer/handlers section for Internet Information Services 7 or later. [Reserved.ReportViewerWebControl.axd?OpType=Resource&Version=10.0.40219.329&Name=Microsoft.Reporting.WebForms.Icons.SpinningWhee l.gif] Loading... Cancel Show / Hide Parameters Show / Hide Document Map ==================================================================================================