Search code examples
jenkinshttp-authentication

Which HTTP authentication scheme does Jenkins use?


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.


Solution

  • Seems like Jenkins is using HTTP Basic Authentication.