-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiOAuth.postman_collection.json
70 lines (70 loc) · 2.14 KB
/
WebApiOAuth.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
{
"info": {
"_postman_id": "f397ce8e-466f-4b89-b31f-6883b43675fd",
"name": "WebApiOAuth",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "5428777"
},
"item": [
{
"name": "Get via HTTP",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo1MDAwIiwiYXVkIjoid2ViLWFwaS1vYXV0aC10ZXN0Iiwic3ViIjoidGVzdCIsImV4cCI6NDg3NTI0NjA1M30.NXEfjbeDtXtJ7v1rzzvZJIhc03zrTlrDFRcqy42-93oD5h03zhAcXnUE-g2qxoZOkrNqvr0xKqdD-ePKDisX0M8jJhvtccNmEZ88b9PJWljnp0dAu5kTWvstmnz-pxbji5JUy15wccoCJGAmUF4saybg1sh-cAFjaAf8ySV_nPP_9DdMPB31lHjOy6gwAwAEnHoJ_13RhIbmmq8wrAHSf3whkluKuRaHjqm2BgcP-SBfAykRTfMam8Xze3uHOLhgTps9AlIL3RyyvwXd7EFlBawEXDgJqMdONUsVdB5470VpahgiHi0u_f914XS3HDfrzm-sq4heqUyxcGMXchVAPQ",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5194/weatherforecast/",
"protocol": "http",
"host": [
"localhost"
],
"port": "5194",
"path": [
"weatherforecast",
""
]
}
},
"response": []
},
{
"name": "Get via HTTPS",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo1MDAwIiwiYXVkIjoid2ViLWFwaS1vYXV0aC10ZXN0Iiwic3ViIjoidGVzdCIsImV4cCI6NDg3NTI0NjA1M30.NXEfjbeDtXtJ7v1rzzvZJIhc03zrTlrDFRcqy42-93oD5h03zhAcXnUE-g2qxoZOkrNqvr0xKqdD-ePKDisX0M8jJhvtccNmEZ88b9PJWljnp0dAu5kTWvstmnz-pxbji5JUy15wccoCJGAmUF4saybg1sh-cAFjaAf8ySV_nPP_9DdMPB31lHjOy6gwAwAEnHoJ_13RhIbmmq8wrAHSf3whkluKuRaHjqm2BgcP-SBfAykRTfMam8Xze3uHOLhgTps9AlIL3RyyvwXd7EFlBawEXDgJqMdONUsVdB5470VpahgiHi0u_f914XS3HDfrzm-sq4heqUyxcGMXchVAPQ",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "https://localhost:7071/weatherforecast/",
"protocol": "https",
"host": [
"localhost"
],
"port": "7071",
"path": [
"weatherforecast",
""
]
}
},
"response": []
}
]
}