http-request-plugin icon indicating copy to clipboard operation
http-request-plugin copied to clipboard

This plugin does a request to an url with some parameters.

Results 15 http-request-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.45 to 4.46. Release notes Sourced from plugin's releases. 4.46 🐛 Bug fixes Add JUnit 4.x to dependency management (#596) @​jetersen 📦 Dependency updates Bump jenkins-test-harness from...

dependencies
java

PR to add Gitpod configuration. Accommodates Java 17 requirement for VSC Language server

Adding target URL within the exception message to improve plugin operability. https://issues.jenkins.io/browse/JENKINS-66469 - [X] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!...

Hi @oleg-nenashev , I was trying to debug a request in Jenkins, set `maskValue: false` for Authorization header and found it didn't honor this flag. I understand this change was...

bug

- done this to populate a ListBoxModel with HttpMode enum values - This change will likely improve the user experience by providing a better list of options for selecting the...

Hello there, This PR intends to fix proxy requiring authentication usage and wrong documentation about it. I could not find a way to use proxy requiring an authentication with [preemptive...

Added the option `followRedirects` to turn off automatic redirect handling. - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [X]...

Accommodates Java 17 requirement - [X] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [X] Ensure that the pull request title...

done the code fix to overcome the spot bug error for REC_CATCH_EXCEPTION This exception is thrown when we use catch(Exception e) to catch all types of exceptions at once, it...

chore

Replaces outdated `httpclient4` with the successor `httpclient5`. Iam well aware that this is a quite large changeset however I hope that there is still interest in this PR and it...