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

Add support for http proxy #85

Open
Mzack9999 opened this issue Jan 25, 2023 · 1 comment · May be fixed by #112
Open

Add support for http proxy #85

Mzack9999 opened this issue Jan 25, 2023 · 1 comment · May be fixed by #112
Assignees
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@Mzack9999
Copy link
Member

Mzack9999 commented Jan 25, 2023

Please describe your feature request:

It would be helpful to add support for HTTP(s) proxy.

Describe the use case of this feature:

Proxies or reverse proxies exploitation as non-RFC compliant requests would be dropped.

The feasibility of the task should be investigated, as the unsafe nature of the requests makes it difficult to respect standard proxy communication protocols.

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Jan 25, 2023
@Mzack9999
Copy link
Member Author

Mzack9999 commented Mar 8, 2023

The implementation should happen by replacing rawhttp with a fork of net/http and all the validation implicit rules disabled.

This will be indirectly implemented with #23 and #22

@Mzack9999 Mzack9999 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
@Mzack9999 Mzack9999 added the Status: Abandoned This issue is no longer important to the requestor and no one else has shown an interest in it. label Mar 8, 2023
@Mzack9999 Mzack9999 removed the Status: Abandoned This issue is no longer important to the requestor and no one else has shown an interest in it. label Mar 27, 2023
@Mzack9999 Mzack9999 reopened this Mar 27, 2023
@Mzack9999 Mzack9999 linked a pull request Mar 28, 2023 that will close this issue
@Mzack9999 Mzack9999 self-assigned this Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant