-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogging.txt
200 lines (195 loc) · 5.43 KB
/
logging.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
Request method: POST
Request URI: https://rahulshettyacademy.com/maps/api/place/add/json?key=qaclick123
Proxy: <none>
Request params: <none>
Query params: key=qaclick123
Form params: <none>
Path params: <none>
Headers: Accept=*/*
Content-Type=application/json
Cookies: <none>
Multiparts: <none>
Body:
{
"location": {
"lat": -38.383494,
"lng": 33.427362
},
"accuracy": 50,
"name": "Ramin",
"phone_number": "(+91) 983 893 3937",
"address": "1150 Klondike Rd",
"types": [
"shoe park",
"shop"
],
"website": "http://google.com",
"language": "Persian"
}
HTTP/1.1 200 OK
Date: Tue, 01 Jun 2021 18:21:06 GMT
Server: Apache/2.4.18 (Ubuntu)
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
Content-Length: 194
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/json;charset=UTF-8
{
"status": "OK",
"place_id": "4859ad923de76840d67f118411aabff4",
"scope": "APP",
"reference": "459389f4912971ea7a512b1e33f2595e459389f4912971ea7a512b1e33f2595e",
"id": "459389f4912971ea7a512b1e33f2595e"
}
Request method: GET
Request URI: https://rahulshettyacademy.com/maps/api/place/get/json?key=qaclick123&place_id=4859ad923de76840d67f118411aabff4
Proxy: <none>
Request params: <none>
Query params: key=qaclick123
place_id=4859ad923de76840d67f118411aabff4
Form params: <none>
Path params: <none>
Headers: Accept=*/*
Content-Type=application/json
Cookies: <none>
Multiparts: <none>
Body: <none>
HTTP/1.1 200 OK
Date: Tue, 01 Jun 2021 18:21:09 GMT
Server: Apache/2.4.18 (Ubuntu)
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
Content-Length: 236
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/json;charset=UTF-8
{
"location": {
"latitude": "-38.383494",
"longitude": "33.427362"
},
"accuracy": "50",
"name": "Ramin",
"phone_number": "(+91) 983 893 3937",
"address": "1150 Klondike Rd",
"types": "shoe park,shop",
"website": "http://google.com",
"language": "Persian"
}
Request method: POST
Request URI: https://rahulshettyacademy.com/maps/api/place/add/json?key=qaclick123
Proxy: <none>
Request params: <none>
Query params: key=qaclick123
Form params: <none>
Path params: <none>
Headers: Accept=*/*
Content-Type=application/json
Cookies: <none>
Multiparts: <none>
Body:
{
"location": {
"lat": -38.383494,
"lng": 33.427362
},
"accuracy": 50,
"name": "Ramin Karimi",
"phone_number": "(+91) 983 893 3937",
"address": "Kanata, Canada",
"types": [
"shoe park",
"shop"
],
"website": "http://google.com",
"language": "Persian"
}
HTTP/1.1 200 OK
Date: Tue, 01 Jun 2021 18:21:12 GMT
Server: Apache/2.4.18 (Ubuntu)
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
Content-Length: 194
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/json;charset=UTF-8
{
"status": "OK",
"place_id": "87fea3bf1fc6f2e4c4b7bb93bce1b411",
"scope": "APP",
"reference": "2f3b949b7a5cdb76866cb3c6072124562f3b949b7a5cdb76866cb3c607212456",
"id": "2f3b949b7a5cdb76866cb3c607212456"
}
Request method: GET
Request URI: https://rahulshettyacademy.com/maps/api/place/get/json?key=qaclick123&place_id=87fea3bf1fc6f2e4c4b7bb93bce1b411
Proxy: <none>
Request params: <none>
Query params: key=qaclick123
place_id=87fea3bf1fc6f2e4c4b7bb93bce1b411
Form params: <none>
Path params: <none>
Headers: Accept=*/*
Content-Type=application/json
Cookies: <none>
Multiparts: <none>
Body: <none>
HTTP/1.1 200 OK
Date: Tue, 01 Jun 2021 18:21:13 GMT
Server: Apache/2.4.18 (Ubuntu)
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
Content-Length: 241
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/json;charset=UTF-8
{
"location": {
"latitude": "-38.383494",
"longitude": "33.427362"
},
"accuracy": "50",
"name": "Ramin Karimi",
"phone_number": "(+91) 983 893 3937",
"address": "Kanata, Canada",
"types": "shoe park,shop",
"website": "http://google.com",
"language": "Persian"
}
Request method: DELETE
Request URI: https://rahulshettyacademy.com/maps/api/place/delete/json?key=qaclick123
Proxy: <none>
Request params: <none>
Query params: key=qaclick123
Form params: <none>
Path params: <none>
Headers: Accept=*/*
Content-Type=application/json
Cookies: <none>
Multiparts: <none>
Body:
{
"place_id": "87fea3bf1fc6f2e4c4b7bb93bce1b411"
}
HTTP/1.1 200 OK
Date: Tue, 01 Jun 2021 18:21:16 GMT
Server: Apache/2.4.18 (Ubuntu)
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
Content-Length: 15
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/json;charset=UTF-8
{
"status": "OK"
}