iv. Bonus for C language developer

A useful C script that reads a text file line by line and executes a curl command to get the HTTP/HTTPS response code.

Script Usage:

During the Nginx testing phase, the curl command is needed to iterate over each URL and apply it; To test the Nginx web-server by sending HTTP/HTTPS requests and examining the responses; Eliminating the need for curl manual testing.

Example:

Script Execution

i. C_scripts -> A folder where 'C' language scripts are saved

ii. CurlChecker -> '.c' file which contains the code segment

Attachment(s):

Curl(s) checker script src code

Last updated