egirna / icapeg

Open Source ICAP server
Apache License 2.0
43 stars 36 forks source link

Issue: test method in req mode #67

Open MahmoudRabee opened 2 years ago

MahmoudRabee commented 2 years ago

I tried to test request mode with CONNECT method with this command c-icap-client -i 127.0.0.1 -p 1344 -s echo -f ./input.pdf -o ./toutput -req http://www.example.com -method CONNECT -no204 -v

the return header is ICAP/1.0 204 No modifications needed and there is no file returned

Also when I used HEAD method the icap header was empty and empty file created

Note: Other methods works fine .

`

MarwanGalal746 commented 2 years ago

solved, Please close it @MahmoudRabee