You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run build.sh script (This step is for https protocal)
8
13
9
14
```shell
10
15
sh buils.sh
11
16
```
12
-
* Run startHttpServer.sh/startHttpsServer script
17
+
* Run startHttpServer.sh/startHttpsServer.sh/startHttpBasicAuthServer.sh script
13
18
14
19
```shell
15
-
sh startHttpServer.sh
20
+
sh startHttpServer.sh
16
21
```
17
22
18
23
*:+1: Open your browser to test (https://localhost:8001/res.json , http://localhost:8002/res.json and http://localhost:8003/res.json with Basic Authentication(default tony/1234)
0 commit comments