Characters allowed in a URL -


Do anyone know the full list of characters that can be used without encoding within the GET? Right now I am using as az and 0-9 ... but I am trying to find the complete list.

I also am interested in the continuing specification Chinese, Arabic URL (as will obviously have a big impact on my question) for coming in.

From the specification:

Thus, only alphanumerics, special characters " $ -_. +! * The use of reserved characters used for '(), ", and their reserve purposes can be unencoded within a URL.

EDIT: As @Jook's Corpalla correctly, it was updated by RFC. It has expanded and clarified valid characters for the host, unfortunately it has not been copied and pasted easily, but I will try my best.

In the previously matched sequence:

 $ /" & ";" "/" & ";" "/" ("/") / "*" / "+" / "," / / Code> 

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -