【问题标题】:How to remove request header from chromium browser c#?如何从 Chromium 浏览器 C# 中删除请求标头?
【发布时间】:2017-11-28 05:48:12
【问题描述】:

我已经在 Windows 窗体中实现了一个 chromium 浏览器,但它显示了请求标头我已经尝试了很多解决方案,但它没有工作。请建议我删除它的解决方案。提前致谢。 以下标题我进入浏览器:

abc Portal html, body, body.sidebars { width:100%; height:100%; margin:0; padding:0;} document.domain = "abc.com"; $(function(){ var flashvars = { tcpHost: "abc.com", tcpPort: "8000", sessionKey: "ae5563e0facxkyscsfac0f80d", lang: "en", abcIdentificationNumber: "504" }; var params = { base: "***url***" }; $.ajax({ type: "GET", crossDomain: "false", url: "init/init_flash.js", dataType: "script", contentType: "text/plain", success: function() { initFlash(flashvars, params); } }); }); #flashContent {visibility:hidden}

【问题讨论】:

    标签: winforms c#-4.0 chromium cefsharp


    【解决方案1】:

    谢谢大家。我找到了我的解决方案。我在部署“cef.pak”期间丢失了文件

    【讨论】:

      猜你喜欢
      • 2011-08-18
      • 1970-01-01
      • 2020-09-08
      • 1970-01-01
      • 2022-01-17
      • 2016-12-20
      • 1970-01-01
      • 2012-10-27
      • 2016-12-12
      相关资源
      最近更新 更多