Skip to content

Instantly share code, notes, and snippets.

@DavidYKay
Created February 3, 2013 04:52
Show Gist options
  • Save DavidYKay/4700580 to your computer and use it in GitHub Desktop.
Save DavidYKay/4700580 to your computer and use it in GitHub Desktop.
ORDR.in attempts to post
{ "addr": "1 Main St", "card_bill_addr": "1 Main St", "card_bill_city": "Princeton", "card_bill_phone": "2345678901", "card_bill_state": "NJ", "card_bill_zip": "08542", "card_cvc": "123", "card_expiry": "02/2016", "card_expiry_month": "02", "card_expiry_year": "2016", "card_name": "John Smith", "card_number": "4111411141114111", "card_phone": "2345678901", "city": "Princeton", "delivery_date": "ASAP", "delivery_time": "ASAP", "em": "dk@gargoyle.co", "first_name": "John", "last_name": "Smith", "phone": "2345678901", "restaurant_id": 6373, "rid": 6373, "state": "NJ", "tip": 5.05, "tray": "8926239/1+8926254/1+8926305/1", "type": "res", "zip": "08542" }
Content-Length 606
X-Naama-Client-Authentication id="TL_I5c1ncrALpc7bfoHsCQ3d3LhhOC0B-FqVzTJTZpc", version="1"
Connection close
User-Agent Apache-HttpClient/4.2.2 (java 1.5)
Host requestb.in
Content-Type application/json
Accept-Encoding gzip, deflate
POST /1e7638t1 HTTP/1.1
x-naama-client-authentication: id="TL_I5c1ncrALpc7bfoHsCQ3d3LhhOC0B-FqVzTJTZpc", version="1"
User-Agent: Apache-HttpClient/4.2.2 (java 1.5)
Host: requestb.in
Content-Type: application/json
Content-Length: 606
Accept-Encoding: gzip, deflate
Connection: close
{"card_phone":"2345678901","last_name":"Smith","card_expiry_month":"02","em":"dk@gargoyle.co","card_expiry":"02\/2016","state":"NJ","restaurant_id":6373,"card_bill_phone":"2345678901","tray":"8926239\/1+8926254\/1+8926305\/1","rid":6373,"card_bill_city":"Princeton","card_name":"John Smith","card_number":"4111411141114111","city":"Princeton","phone":"2345678901","card_bill_state":"NJ","type":"res","card_bill_addr":"1 Main St","first_name":"John","card_bill_zip":"08542","delivery_time":"ASAP","card_cvc":"123","zip":"08542","addr":"1 Main St","tip":5.05,"card_expiry_year":"2016","delivery_date":"ASAP"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment