Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDEA] HTTP Sender should allow separate Proxy credentials from Target credentials #5970

Open
ab-mg-23 opened this issue Oct 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ab-mg-23
Copy link

The current code for HTTP Sender applies credential auth scope to any host, any port, any realm. The credentials and authenticating mechanism for an authenticating forward proxy might not be the same as the target server.

Use case
Attempt to access an authenticating HTTP server via an authenticating forward HTTP proxy using an HTTP Sender destination.

Describe the solution you'd like
Allow authentication options for proxy separate from options for target HTTP server.

Describe alternatives you've considered
Write a JS destination that mirrors the Apache HttpComponents Client example for accessing an authenticated server via an authenticated forward proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant