Skip to content

The option to enable absolute_form when proxying HTTPS request. #2509

@dallen66

Description

@dallen66

Yes I know it is for security reason. But I am write a sandbox where request will proxy though Unix socket, then the request will be encrypted outside the sandbox.

I can create a pull request to enable the ability.

The API can be something like this

pub fn force_absolute_form(mut self) -> Connected {
        self.force_absolute_form = true;
        self
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions