Skip to content

Commit 8ec5206

Browse files
committed
misc: 수동 action 실행
1 parent e187dc5 commit 8ec5206

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

was/test.http

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@ Content-Type: application/x-www-form-urlencoded
1717

1818
id=ssh9930&password=12345
1919

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+
2026
### /centers/
2127
GET localhost:8080/centers
2228

2329
### /centers/members/
24-
GET localhost:8080/centers/members
30+
GET localhost:8080/centers/members
31+
32+
#

0 commit comments

Comments
 (0)