Skip to content

Network Requests Intercepting #91

@whizsid

Description

@whizsid

This is a very helpfull crate. But I want to intercept all network requests that sending from the browser. And want to redirect all requests for a specific URL after adding some additional HTTP headers.

Expected:-

browser.set_interception(|data|{
       let response = make_request(data);
       InterceptDecision::Response(response);
})

This feature is already implemented in rust-headless-chrome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions