File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ Custom font family usage example:
121121
122122Support passing arguments by url (query or fragment) like following examples:
123123
124- Passing form data
124+ Passing form data (password must be encoded in base64)
125125``` bash
126- http://localhost:8888/? hostname=xx& username=yy
126+ http://localhost:8888/? hostname=xx& username=yy& password=str_base64_encoded
127127```
128128
129129Passing a terminal background color
Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ URL Arguments
130130Support passing arguments by url (query or fragment) like following
131131examples:
132132
133- Passing form data
133+ Passing form data (password must be encoded in base64)
134134
135135.. code :: bash
136136
137- http://localhost:8888/? hostname=xx& username=yy
137+ http://localhost:8888/? hostname=xx& username=yy& password=str_base64_encoded
138138
139139 Passing a terminal background color
140140
You can’t perform that action at this time.
0 commit comments