Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.02 KB

Testing.md

File metadata and controls

27 lines (15 loc) · 1.02 KB

Testing

  • C-ICAP client

    You can test unsing c-icap client on your linux machine, you can download it from here.

    • Testing REQMOD

      You can test REQMOD by the following command

      c-icap-client -i 127.0.0.1  -p 1344 -s service_name -f ./name_of_the_file_you_want_to_test.pdf -o name_of_the_file_after_testing.pdf  -v -req http://www.example.com
    • Testing RESPMOD

      c-icap-client -i 127.0.0.1  -p 1344 -s service_name  -f ./name_of_the_file_you_want_to_test.pdf -o name_of_the_file_after_testing.pdf  -v

    You can check the documentation of how to test using c-icap client from here.

  • Proxy server

    You can test using a Proxy server like squid, you can check how to install it in your machine from here, Then you should configure it with your favourite browser and enjoy.