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.

SetRequestBodyString does not set a new body #652

@developervariety

Description

@developervariety

This seems to be #70 reproducing itself in v3.1.1037

e.SetRequestBodyString("bda=tesddfsddfdf");

string bodyString = await e.GetRequestBodyAsString();
Console.WriteLine(bodyString);

Expected output: bda=tesddfsddfdf
Output given: bda=W3sidmFsdWUi

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