Skip to content

Is possible to change body content? #2

@momadvisor

Description

@momadvisor

First of all, I deeply appreciate this very good project.
I wonder If a changed request does not make any problem when I change some body content.

ex.
override fun shouldInterceptRequest( view: WebView, webViewRequest: WebViewRequest ): WebResourceResponse? {
webViewRequest.body = changedBodyString
return super.shouldInterceptRequest(view, webViewRequest) }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions