I'm trying to send HTTP requests to a Jenkins server which requires authentication, which authentication scheme do I need to use? cURL seems to figure it out automatically, FWIW.
Seems like Jenkins is using HTTP Basic Authentication.