CURL: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
Line 3: Line 3:
== important command options ==
== important command options ==


  -k                   Allows a self signed certificate to be used.
  -k Allows a self signed certificate to be used.
  -u username:password uses basic authentication.
  -u ''username:password'' uses basic authentication.

Revision as of 17:34, 5 December 2025

Using CURL to test API's

important command options

-k Allows a self signed certificate to be used.
-u username:password uses basic authentication.