Top "Url" questions

A URL (Uniform Resource Locator), is a universal identifier on the web.

How can I get query string values in JavaScript?

Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is …

javascript url plugins query-string
Get the full URL in PHP

I use this code to get the full URL: $actual_link = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']; The …

php url
Get the current URL with JavaScript?

All I want is to get the website URL. Not the URL as taken from a link. On the page …

javascript url
How to get the value from the GET parameters?

I have a URL with some GET parameters as follows: www.test.com/t.html?a=1&b=3&c=…

javascript url url-parameters
Get current URL with jQuery?

I am using jQuery. How do I get the path of the current URL and assign it to a variable? …

javascript jquery url
How to change the URI (URL) for a remote Git repository?

I have a repo (origin) on a USB key that I cloned on my hard drive (local). I moved "origin" …

git url git-remote
Encode URL in JavaScript?

How do you safely encode a URL using JavaScript such that it can be put into a GET string? var …

javascript url encode urlencode
How do I modify the URL without reloading the page?

Is there a way I can modify the URL of the current page without reloading the page? I would like …

javascript html url url-rewriting friendly-url
How to get URL parameter using jQuery or plain JavaScript?

I have seen lots of jQuery examples where parameter size and name are unknown. My URL is only going to …

jquery url parameters query-string querystringparameter
What is the maximum length of a URL in different browsers?

What is the maximum length of a URL in different browsers? Does it differ among browsers? Is a maximum URL …

http url browser