问题标签 [icap]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
8746 浏览

java - Sending file and receiving response using ICAP and Java

I'm trying to communicate with a Blue Coat anti-virus box using ICAP. I'm fairly new at Java, but i do have experience in other object-oriented languages. I have tested using c-icap-client on Ubuntu and I can confirm that the server I'm testing with is working.

ICAP should be HTTP-like which explains the HTTP tag (not enough reputation for creating ICAP).

Does anyone have a tip or coding example to get me started with ICAP in Java? I want to end up sending a file and receiving a response based on it's security risk.

0 投票
1 回答
575 浏览

squid - 如何配置 squid 代理和 greasyspoon ICAP 服务器以访问 user_id

我们正在使用 squid 代理和 GreeasySpoon ICAP 服务器来修改响应以用于开发目的。我们需要允许不同的开发人员对响应进行不同的修改,因为他们正在处理与不同修改相关的事情。最初,当我们在 LAN 内安装此设置时,我们能够通过使用 GreasySpoon 响应脚本中的 user_id 脚本参数来适应这一点。此参数由开发人员的本地 IP 填充,因此我们可以基于不同的 IP。

当我们将设置转移到云端时,每个人都有我们共享的 WAN IP 用于 user_id 参数,因此我们的方案失败了。

默认 GreeasySpoon 脚本中的注释表明 user_id 可以是用户登录:

我使用 squid 服务器配置了身份验证,但 user_id 仍然设置为我们共享的 WAN IP。是否可以使用 squid 使用代理用户的用户名在 GreeasySpoon 中填充此脚本参数?

0 投票
0 回答
242 浏览

mysql - 哪个数据库最适合 ICAP Squid 透明代理?

我不确定哪个数据库最适合透明代理服务器,我使用的是 Squid ICAP(客户端)和 Greasyspoon ICAP 服务器。它在 Ubuntu 14.04 LTS 上运行。我打算使用这个数据库来过滤 URL 并将它与我的反恶意软件沙盒 javascript 引擎连接起来,该引擎将是连接到 Squid 的模块。我想 MySQL 或 NoSQL(Mongodb,Cassandra) 数据库是我的解决方案的最爱。先感谢您。

0 投票
1 回答
192 浏览

linux - C-icap - 如何交叉编译?

我一直在尝试在 ARM Cortex A8 (Linux - Arago 2011.09 am335x) 上交叉编译 C-icap。我从http://c-icap.sourceforge.net/download.html
下载了 c-icap 我有 arm-arago-linux-gnueabi-gcc 和 arm-arago-linux-gnueabi-g++。

我不知道我要写什么:

你可以帮帮我吗???

怎么了???

0 投票
1 回答
148 浏览

c - Drop a request Using C-icap

I am using the open source c-icap for modifying HTTP transaction, between a client and a server.

http://www.firefly.kutc.kansai-u.ac.jp/~k843966/c-icap/doc/structci__service__module.html

Is it possible to drop a request completely? I want to be able to stop a request from ever getting to the server. I know it is possible to send a customized response using.

I want to be able to just drop the request completely.

0 投票
1 回答
495 浏览

c - 使用 c-icap 创建对 HTTP 请求的自定义响应

我正在使用 c-icap 来修改 HTTP 事务。根据文档。我应该可以通过使用以下功能来做到这一点。

http://www.firefly.kutc.kansai-u.ac.jp/~k843966/c-icap/doc/group__HTTP.html

我试过这个,但是,所有这些都是添加到已经存在的响应头中。我想阻止请求到达服务器并发送我自己的自定义响应。我还需要做些什么才能做到这一点吗?

0 投票
1 回答
1206 浏览

squid - 带有 ICAP 过滤器的 Squid 配置

我们是 Squid 的新手并尝试设置此配置,但不确定是否可行:

  • 传入的压缩 HTTP
  • 解压转发到ICAP服务
  • 如果 ICAP 服务返回 4xx,则记录并丢弃
  • 如果 ICAP 返回 2xx,则将原始的压缩有效负载发送到目标

正如我所说,我们是 Squid n00bs,我们将不胜感激。

0 投票
0 回答
194 浏览

apache - 如何使用 C#.NET 应用程序控制 Apache Traffic Server 中的过滤?

我需要使用 C#.NET + MySQL 通过 Apache Traffic Server 设置过滤规则。有可能吗?实际上,我想安装一个带有客户端应用程序的 ICAP 服务器,用于设置过滤规则。

0 投票
1 回答
404 浏览

java - 使用 ICAP 对服务进行性能测试

我正在尝试对使用 ICAP 作为其协议的服务进行性能测试。是否有任何特定的工具/库可以派上用场?任何Java建议?

建议将不胜感激。

0 投票
1 回答
942 浏览

apache - Apache mod_proxy 和 icap 协议

我尝试将 Apache mod_proxy 用于 icap 协议。

我的配置如下:

代理模块是内置的。

但比我得到

我没有找到 icap 的代理模块。有没有一个(比如http协议?)或者配置应该不同?