Top "Url" questions

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

Adding a parameter to the URL with JavaScript

In a web application that makes use of AJAX calls, I need to submit a request but add a parameter …

javascript url parsing parameters query-string
Capturing URL parameters in request.GET

I am currently defining regular expressions in order to capture parameters in a URL, as described in the tutorial. How …

django url rest
How to lazy load images in ListView in Android

I am using a ListView to display some images and captions associated with those images. I am getting the images …

android image listview url universal-image-loader
How to get parameters from the URL with JSP

In JSP how do I get parameters from the URL? For example I have a URL www.somesite.com/Transaction_…

java jsp url get-method
Which characters make a URL invalid?

Which characters make a URL invalid? Are these valid URLs? example.com/file[/].html http://example.com/file[/].html

validation url rfc3986
Change URL and redirect using jQuery

I have some code like this, <form id="abc"> <input type="text" id="txt" /> </form&…

javascript jquery url redirect
Redirecting to a relative URL in JavaScript

I have a problem: I want to redirect via JavaScript to a directory above. My code: location.href = (location.href).…

javascript url redirect
How to get the full url in Express?

Let's say my sample url is http://example.com/one/two and I say I have the following route app.…

node.js url express
Simplest way to read json from a URL in java

This might be a dumb question but what is the simplest way to read and parse JSON from URL in …

java json url
How do I get the current absolute URL in Ruby on Rails?

How can I get the current absolute URL in my Ruby on Rails view? The request.request_uri only returns …

ruby-on-rails ruby url