Re: test ICAP server
Alex Rousskov <[email protected]>
| Newsgroups | gmane.comp.web.squid.general |
|---|---|
| Message-ID | <[email protected]> |
On 2025-02-07 05:15, Robin Wood wrote: > I want to write my own ICAP server FWIW, nearly all attempts to quickly write a production-quality ICAP server (that I have seen) have failed. The protocol is much more complex than it seems. In most cases, folks looking for a free ICAP server should be reusing existing c-icap. > but all the sample code I've found > is failing, the majority with this error from squidclient: squidclient does not really support ICAP. > Does someone have some example server code they know works that I can > test to help debug it? Consider c-icap: https://c-icap.sourceforge.net/ HTH, Alex.