mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
34 lines
898 B
Plaintext
34 lines
898 B
Plaintext
HTTP/1.1 200 OK
|
|
Date: Sun, 05 Mar 2017 16:39:37 GMT
|
|
Server: ULib
|
|
Content-Length: 56
|
|
Content-Type: application/json
|
|
|
|
{"name":"","rating":"","address":"","phone":"","url":""}HTTP/1.1 200 OK
|
|
Date: Sun, 05 Mar 2017 16:40:08 GMT
|
|
Server: ULib
|
|
Content-Length: 0
|
|
|
|
HTTP/1.1 200 OK
|
|
Date: Sun, 05 Mar 2017 16:40:39 GMT
|
|
Server: ULib
|
|
Content-Length: 87
|
|
Content-Type: application/json
|
|
|
|
{"type":"startup","token":"","fbPermissions":["public_profile","user_friends","email"]}HTTP/1.1 400 Bad Request
|
|
Date: Sun, 05 Mar 2017 16:41:09 GMT
|
|
Server: ULib
|
|
Connection: close
|
|
Content-Type: text/html; charset=UTF-8
|
|
Content-Length: 263
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html><head>
|
|
<title>400 Bad Request</title>
|
|
</head><body>
|
|
<h1>Bad Request</h1>
|
|
<p>Your browser sent a request that this server could not understand</p>
|
|
<hr>
|
|
<address>ULib Server</address>
|
|
</body></html>
|