Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Jenkins call login form passing user id and password in form data not as a query parameter. The request URL is POST

I am writing a Jenkins job where I have to pass the user id and password in form data rather than query parameter.Also I need to take those user id and password from credential volt of Jenkins as we should not see them by everyone who runs the job.

Example: Need to call login form like : https://prodserver/loginpost.html multipart/user-data: username: testuser password: password

Comments