We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e187dc5 commit 8ec5206Copy full SHA for 8ec5206
1 file changed
was/test.http
@@ -17,8 +17,16 @@ Content-Type: application/x-www-form-urlencoded
17
18
id=ssh9930&password=12345
19
20
+### signin (특수문자 비밀번호 예시 - 반드시 URL 인코딩)
21
+POST http://localhost:8080/auth/signin
22
+Content-Type: application/x-www-form-urlencoded
23
+
24
+id=ssh9930&password=P%40ss%2Bword%26%3D100%25
25
26
### /centers/
27
GET localhost:8080/centers
28
29
### /centers/members/
-GET localhost:8080/centers/members
30
+GET localhost:8080/centers/members
31
32
+#
0 commit comments