-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloud-cdnd-c2-final.postman_collection.json
107 lines (107 loc) · 2.38 KB
/
cloud-cdnd-c2-final.postman_collection.json
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
{
"info": {
"_postman_id": "4eb7eabe-e8e9-4277-83c7-f4a5430cb378",
"name": "cloud-cdnd-c2-final",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://{{HOST}}/filteredimage?image_url=https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpg",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://{{HOST}}/filteredimage?image_url=https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpg",
"protocol": "http",
"host": [
"{{HOST}}"
],
"path": [
"filteredimage"
],
"query": [
{
"key": "image_url",
"value": "https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpg"
}
]
}
},
"response": []
},
{
"name": "http://{{HOST}}/filteredimage?image_url=https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpge",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://{{HOST}}/filteredimage?image_url=https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpge",
"protocol": "http",
"host": [
"{{HOST}}"
],
"path": [
"filteredimage"
],
"query": [
{
"key": "image_url",
"value": "https://image.shutterstock.com/image-vector/covid19-young-women-sitting-home-600w-1687441222.jpge"
}
]
}
},
"response": []
},
{
"name": "http://{{HOST}}/filteredimage/",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://{{HOST}}/filteredImage/",
"protocol": "http",
"host": [
"{{HOST}}"
],
"path": [
"filteredImage",
""
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"id": "58d3a3de-471b-49d8-89f9-b87b2e1e337a",
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"id": "6521a04a-dd3f-4bb4-ba19-336ae167c168",
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"id": "1df3d31a-de30-494b-a3d0-f1228dd8713c",
"key": "HOST",
"value": "localhost:8082",
"type": "string"
}
],
"protocolProfileBehavior": {}
}