@@ -19,15 +19,15 @@ <h1>{{ "send-jwt3.request" | transloco }}</h1>
19
19
20
20
< div class ="innerRectangle ">
21
21
< div class ="sampleContent ">
22
- < pre id ="responseText ">
23
- < b > Sample Request</ b >
24
- Request URL: /demo/protected/api/bearer
25
- Request Method: GET
26
-
27
- --Headers--
28
- Content-Type: application/json
29
- Authorization: "Bearer thetoken"
30
- </ pre >
22
+ < code id ="responseText ">
23
+ < b > Sample Request</ b > < br />
24
+ Request URL: /demo/protected/api/bearer< br />
25
+ Request Method: GET< br />
26
+ < br />
27
+ --Headers--< br />
28
+ Content-Type: application/json< br />
29
+ Authorization: "Bearer thetoken"< br />
30
+ </ code >
31
31
</ div >
32
32
< a href ="# " class ="edit ">
33
33
Edit
@@ -40,12 +40,12 @@ <h1>{{ "send-jwt3.request" | transloco }}</h1>
40
40
</ button >
41
41
</ div >
42
42
< div class ="font-grey flex-column inputParamter ">
43
- < a target ="_blank " href ="# "> {{ "send-jwt3.errorCodes" | transloco}}</ a >
44
- < span > {{ "send-jwt3.invalidRequest" | transloco }}</ span >
45
- < span > {{ "send-jwt3.invalidToken" | transloco }}</ span >
46
- < span > {{ "send-jwt3.scope" | transloco}}</ span >
43
+ < a target ="_blank " href ="https://www.rfc-editor.org/rfc/rfc6750.html#section-3.1 "> {{ "send-jwt3.errorCodes" | transloco}}</ a >
44
+ < code > {{ "send-jwt3.invalidRequest" | transloco }} </ code >
45
+ < code > {{ "send-jwt3.invalidToken" | transloco }} </ code >
46
+ < code > {{ "send-jwt3.scope" | transloco}} </ code >
47
47
</ div >
48
- < a class ="query " target ="_blank " href ="# "> {{ "send-jwt3.queryParameter" | transloco}}</ a >
48
+ < a class ="query " target ="_blank " href ="https://www.rfc-editor.org/rfc/rfc6750.html#section-2.1 "> {{ "send-jwt3.queryParameter" | transloco}}</ a >
49
49
50
50
</ div >
51
51
0 commit comments