Guest User

Untitled

a guest
Jan 2nd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. * About to connect() to IP port X (#0)
  2. * Trying IP... * connected
  3. * Connected to IP (IP) port X (#0)
  4. > POST /servers HTTP/1.1
  5. User-Agent: PycURL/7.21.3
  6. Host: IP:port
  7. Accept: */*
  8. X-Auth-Token: fad78a070257fea908ff51f7283e82e496544830
  9. Content-Length: 351
  10. Expect: 100-continue
  11. Content-Type: multipart/form-data; boundary=----------------------------2f4aff874258
  12.  
  13. < HTTP/1.1 100 Continue
  14. < HTTP/1.1 400 Bad Request
  15. < Content-Length: 141
  16. < Content-Type: application/json; charset=UTF-8
  17. < Date: Mon, 02 Jan 2012 12:36:12 GMT
  18. <
  19. * Connection #0 to host IP left intact
  20. * Closing connection #0
  21. {"badRequest": {"message": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400}}
Advertisement
Add Comment
Please, Sign In to add comment