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

[FEATURE] Enhance HTTP Client with Advanced Request Capabilities #5

Open
3 tasks
GovindarajanL opened this issue Mar 2, 2025 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request

Comments

@GovindarajanL
Copy link
Collaborator

Problem Statement

The current HTTP client implementation needs advanced features to properly test various API security scenarios.

Proposed Solution

Enhance the HTTP client with:

  • Cookie handling and management
  • Proxy support for testing through security tools
  • Custom TLS configuration for testing weak TLS implementations
  • Request/response interception hooks for manual manipulation
  • Automatic retry with configurable backoff

Related OWASP API Security Standards

Affects multiple test cases, particularly API8:2023 Security Misconfiguration.

Additional Context

Advanced HTTP capabilities will allow more sophisticated testing and integration with other security tools.

Would you be willing to implement this feature?

  • I'm willing to submit a PR for this feature
  • I would need guidance to implement this feature
  • I'm not able to implement this feature
@GovindarajanL GovindarajanL added the enhancement New feature or request label Mar 2, 2025
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