is there any way to send cert files along with apache bench command
For my curl command to pass, we need send certfile, keyfile and cacert file. is there any way we can send these params along with apache bench command. I tried to use -E option but it is throwing below error
How to send form-data parameters in Apache benchmark testing
Kindly Suggest how to send request from apache benchmark tool.
Following is the curl syntax
curl -X ‘POST’ /usecase/run_usecase_fromvs -H ‘accept: application/json’ -H ‘Content-Type: multipart/form-data’ -F ‘usecase_name=Code Generation’ -F ‘user_input=Generate function to add two numbers’ -F ‘language=py’ -F ‘token=Xenius_df227a0a-c79f-45fa-9c5a-69ab34729159’ -F ‘llmguard=false’