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
Open the URL starts with `devtools://devtools/` and enjoy debugging!
93
+
80
94
## Important: LIFF Inspector Server need to be served over SSL/TLS
81
95
82
96
By default, LIFF Inspector Server starts a local server on `ws://localhost:9222`, and your LIFF App is served over HTTPS (`https://liff.line.me/xxx-yyy`). LIFF Inspector Plugin will try to connect to `ws://localhost:9222` from `https://liff.line.me/xxx-yyy` but this will fail due to [mixed content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content).
83
97
84
98
To eliminate mixed content, you need to serve LIFF Inspector Server over HTTPS (`wss://`). We have two recommended ways:
85
99
86
-
### Serve local server over HTTPS
100
+
### Serve local server over HTTPS via 1 or 2
87
101
88
102
1. Using [ngrok](https://ngrok.com/) to make LIFF Inspector Server public
89
103
1. Run ngrok
@@ -95,10 +109,13 @@ To eliminate mixed content, you need to serve LIFF Inspector Server over HTTPS (
Open the URL starts with `devtools://devtools/` and enjoy debugging!
91
+
78
92
## Important: LIFF Inspector Server need to be served over SSL/TLS
79
93
80
94
By default, LIFF Inspector Server starts a local server on `ws://localhost:9222`, and your LIFF App is served over HTTPS (`https://liff.line.me/xxx-yyy`). LIFF Inspector Plugin will try to connect to `ws://localhost:9222` from `https://liff.line.me/xxx-yyy` but this will fail due to [mixed content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content).
81
95
82
96
To eliminate mixed content, you need to serve LIFF Inspector Server over HTTPS (`wss://`). We have two recommended ways:
83
97
84
-
### Serve local server over HTTPS
98
+
### Serve local server over HTTPS via 1 or 2
85
99
86
100
1. Using [ngrok](https://ngrok.com/) to make LIFF Inspector Server public
87
101
1. Run ngrok
@@ -93,10 +107,13 @@ To eliminate mixed content, you need to serve LIFF Inspector Server over HTTPS (
0 commit comments