You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
`
The text was updated successfully, but these errors were encountered:
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 returnedAlso when I used HEAD method the icap header was empty and empty file created
Note: Other methods works fine .
`
The text was updated successfully, but these errors were encountered: