zdennis (owner)

Revisions

gist: 177205 Download_button fork
public
Public Clone URL: git://gist.github.com/177205.git
Embed All Files: show embed
request.txt #
1
2
3
4
5
6
7
8
9
10
11
POST /spackle1/api/people/? HTTP/1.1
Connection: close
Content-Type: application/json
Cookie:
Content-Length: 152
Host: localhost:8000
 
{"request":{"email":"zach@example.com","password":"abc123","username":"zach1","uuid":"123456789","schoolID":1,"first_name":"Zach","last_name":"Dennis"}}
 
 
 
request2.txt #
1
2
3
4
POST /spackle1/api/people/?email=zach%40example.com&password=abc123&username=zach1&uuid=123456789&schoolID=1&first_name=Zach&last_name=Dennis HTTP/1.1
Connection: close
Cookie:
Host: localhost:8000