Skip to content

close function sends delete request to incorrect path #8

@pkolenic

Description

@pkolenic

Currently the close function sends a delete request to:

Requests::delete("http://{$this->browsermob_url}/{$this->port}");

However the correct request should be:

Requests::delete("http://{$this->browsermob_url}/proxy/{$this->port}");

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