Top "Url" questions

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

Call Javascript function from URL/address bar

Is it possible to call a javascript function from the URL? I am basically trying to leverage JS methods in …

javascript url
How do I URl encode something in Node.js?

I want to URL encode this: SELECT name FROM user WHERE uid = me() Do I have to download a module …

javascript url node.js
How do I send a POST request as a JSON?

data = { 'ids': [12, 3, 4, 5, 6 , ...] } urllib2.urlopen("http://abc.com/api/posts/create",urllib.urlencode(data)) I want to send a POST request, …

python json http url post
Passing base64 encoded strings in URL

Is it safe to pass raw base64 encoded strings via GET parameters?

php url string get base64
Change the URL in the browser without loading the new page using JavaScript

How would I have a JavaScript action that may have some effects on the current page but would also change …

javascript url html5-history fragment-identifier hashchange
Absolute vs relative URLs

I would like to know the differences between these two types of URLs: relative URLs (for pictures, CSS files, JS …

html url
URL to load resources from the classpath in Java

In Java, you can load all kinds of resources using the same API but with different URL protocols: file:///tmp.…

java url classloader
What is the difference between URI, URL and URN?

What's the difference between an URI, URL and URN? I have read a lot of sites (even Wikipedia) but I …

http url uri urn
Passing arrays as url parameter

What is the best way that I can pass an array as a url parameter? I was thinking if this …

php arrays url
How to extract base URL from a string in JavaScript?

I'm trying to find a relatively easy and reliable method to extract the base URL from a string variable using …

javascript regex string url