Skip to content

Body data is not being sent when using PUT verb (Scrapingbrowser) #18

@rafafranklin

Description

@rafafranklin

I'm trying to send some data on the request body using PUT verb but is not working. Nothing is sent.

Does anyone know how to solve that?

This is my code:

data = "{\"assignee\":\"" + USER_NAME + "\"}";
browser.NavigateToPage(new Uri(URL), HttpVerb.Put, data);

When looking the request through fiddler i can see nothing is being passed on the body.

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