aknuds1
aknuds1

Reputation: 67997

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.

Upvotes: 4

Views: 3785

Answers (2)

Dmitry Aleksandrov
Dmitry Aleksandrov

Reputation: 700

You can use HTTP BASIC authentication to authenticate remote API requests. https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients

Upvotes: 0

plaes
plaes

Reputation: 32716

Seems like Jenkins is using HTTP Basic Authentication.

Upvotes: 2

Related Questions