Horje

Example of URL Encoding

If you click "Submit", the browser will URL encode the input before it is sent to the server. A page at the server will display the received input. Try some other input and click Submit again.
index.html
Example: HTML
Suppose Your Normal url: https://horje.com/Hello Günter
URL Encoding url: https://horje.com/Hello%20G%C3%BCnter

Output should be:

Example of URL Encoding




Type:
html
Category:
Web Tutorial
Sub Category:
HTML URL Encode
Uploaded by:
Admin