Skip to content

Posting Body (without converting request body in to json) #8

Description

@chiragpurohit71085

Hi

    HttpAgent.post("http://192.168.1.101:8002/dummy_file/generate_oauthSignature")
    .withBody("key_1","value_1","key_2","value_2","key_N","value_N") // will be converted to json
   .headers("Content-Type", "application/x-www-form-urlencoded")

I do not want to convert body in to json as server side tech. requires key_1 = value_1 param as a post.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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