Skip to content

field function is not working in Get method #16

@shahmalav

Description

@shahmalav

The get method throws error "Can't add body to GET request." when trying to add parameters to get request.
For example, the following code throws above error.
Task<HttpResponse> result =
Unirest.get("https://ajax.googleapis.com/ajax/services/search/images?v=1.0").field("q","test").asStringAsync();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions