Skip to content

Unrecognized schemas fetched HTTP #67

Open
@jsha

Description

@jsha

I recently found that the reqwest library was fetching anything with an unrecognized scheme (like hxxps: or htps: as plain HTTP: seanmonstar/reqwest#919. That was fixed in seanmonstar/reqwest#921.

This crate appears to have the same problem: Because it calls http.enforce_http(false) (

http.enforce_http(false);
), there is nothing enforcing that the scheme is either HTTP or HTTPS.

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