minor
This commit is contained in:
parent
15f8b887f1
commit
c01347aa2e
5 changed files with 4 additions and 6 deletions
|
@ -155,7 +155,7 @@ A natural question is: "What's the difference between `encodeURIComponent` and `
|
|||
That's easy to understand if we look at the URL, that's split into components in the picture above:
|
||||
|
||||
```
|
||||
http://site.com:8080/path/page?p1=v1&p2=v2#hash
|
||||
https://site.com:8080/path/page?p1=v1&p2=v2#hash
|
||||
```
|
||||
|
||||
As we can see, characters such as `:`, `?`, `=`, `&`, `#` are allowed in URL.
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
Loading…
Add table
Add a link
Reference in a new issue