Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

modifed response header AND request header ??? #47

@kissxrl

Description

@kissxrl
public void OnRequest(object sender, SessionEventArgs e)
{
             //modifed request  header  AND   query   
}
public void OnResponse(object sender, SessionEventArgs e)
{
            //modifed response  header   

             e.SetResponseBodyString(modified);
}

# modifed response header OR modifed request header

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions