Skip to content

Instantly share code, notes, and snippets.

@gaustin
Last active August 29, 2015 14:16
Show Gist options
  • Save gaustin/75835dbc4693128c9bc4 to your computer and use it in GitHub Desktop.
Save gaustin/75835dbc4693128c9bc4 to your computer and use it in GitHub Desktop.
Spot the reason why the "next" boundary can't be found.
POST http://requestb.in/xlbcnjxl HTTP/1.1
Authorization: Bearer 3b630c06-68d8-4aee-b939-3a1dd9e0f39f
Accept: */*
Host: requestb.in
Content-Length: 159
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----ccadfe1
----ccadfe1
Content-Disposition: form-data; name="body"
hi
----ccadfe1
Content-Disposition: form-data; name="garbage"
dkfjdkflj
----ccadfe1--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment