Questions tagged [url]

A URL is a Uniform Resource Locator or Universal Resource Locator, a unique string of characters that identifies a reference to a resource on the internet. It can be used as a readable text address to redirect users to the internet resource.

A URL (Uniform Resource Locator) is the address of a resource (a file, a printer, etc..), available on a network, either the Internet or a corporate network, an intranet.

A URL has the following structure: "protocol" :// "machine name" / "path" / "resource"

  • The protocol can be HTTP, FTP, and others.
  • The field designates the server machine that provides the document or resource designated.
  • The path specifies the location (usually a file system) where the resource within the server.
580 questions
211
votes
3 answers

Why do file URLs start with 3 slashes?

HTTP starts with two slashes. E.g. http://example.com. Same goes for FTP. E.g. ftp://example.com. However, file "URLs" start with three slashes. E.g. Reading a pdf file using chrome, the URL would be file:///D:/Desktop/Book.pdf. Why do file URLs use…
Pacerier
  • 26,733
  • 82
  • 197
  • 273
136
votes
4 answers

I regularly see gstatic.com in the status bar, what is that domain?

Sometimes when I am browsing the web, among the hostnames that fly by in the statusbar is one that includes gstatic.com as the base domain. I can't navigate to http://gstatic.com to gain any more information. All I get is a Google page that…
eleven81
  • 15,376
  • 15
  • 55
  • 83
128
votes
2 answers

Why does Firefox use the "chrome://" protocol / schema in URLs?

When I want to configure an addon, for example Ghostery, the tab shows a URL like this one: chrome://ghostery/content/options.html What does it mean? Does it have something to do with the Chrome browser?
ChocoDeveloper
  • 2,767
  • 9
  • 30
  • 41
109
votes
23 answers

Is there a method to export the URLs of the open tabs of a Firefox window?

If I have a Firefox window open that contains 10 tabs, is there a way in Firefox or by a plug-in to get the URLs of those 10 tabs as a text file or some other format? Right now if I want to do this I need to copy the URL of tab A, paste it…
hekevintran
  • 2,667
  • 5
  • 30
  • 34
101
votes
5 answers

Can I use multiple URLs in the URL field of KeePass?

I am using KeePass version 2.19. What I would like to do is have more than just one URL address associated with a given user name and password. The entry for a given website might look something like this... Title google User…
Samir
  • 20,527
  • 74
  • 166
  • 226
95
votes
12 answers

Can I create a link to a specific email message in Outlook?

I use Outlook as my email client at work, but I don't want to use it to manage my tasks and todos. (Instead I use plain text files and Emacs org-mode.) Since many todo items start out as mails in my inbox, I often need to reference these mails. Is…
Christian Berg
  • 1,073
  • 1
  • 8
  • 5
94
votes
10 answers

Chrome address bar no longer shows protocol or www subdomain

A couple of days ago I noticed that for all websites, chrome omits from the address bar the protocol and the subdomain if it is www. My co-workers report that they are not seeing this. Chrome version is 67.0.3396.87. For example, if I type into the…
Jeffrey Simon
  • 1,065
  • 1
  • 8
  • 6
93
votes
8 answers

How do I configure custom URL handlers on OS X?

I've been reading a lot online about custom URL handlers / custom protocol handlers such as: Launching External Applications using Custom Protocols under OSX OS X URL handler to open links to local files I get that you can tell the system that a…
cwd
  • 17,668
  • 42
  • 121
  • 159
83
votes
5 answers

How do I debug an emoticon-based URL?

I came across this URL (NSFW) and need to convert this to puny code. As an experiment, I'll paste this URL here, but not sure if this will save. http://..ws/ (NSFW) How can I convert this URL to a standard DNS name so I can whois the IP space?…
makerofthings7
  • 2,255
  • 7
  • 26
  • 36
71
votes
8 answers

In modern webbrowsers is there any point in putting www infront of a url that uses it?

When going to www.facebook.com or www.cbc.ca is there any benefit or difference made by omitting the www? EDIT: so it could be a problem if www is omitted but not automatically added, could it ever be a problem if www is added but not required?
Celeritas
  • 8,159
  • 36
  • 107
  • 150
64
votes
4 answers

What is the "blob:http://" prefix and where can I learn more about this?

I'm using safari, and unsure if this works in other browsers, but when I signed up for a storm path account, I see the following URL blob:https://api.stormpath.com/1be95204-93d6-4GUID HERE The blob: prefix is new to me and I want to know if it…
51
votes
12 answers

Can you launch Remote Desktop via URL?

Is it possible to have a URL that launches a remote desktop session? I realize it may be considered a security vulnerability for some, but the convenience would really save me a lot of time. I would like to have a hyperlink like:…
optus
  • 612
  • 1
  • 5
  • 6
49
votes
8 answers

Can I launch URLs from command line in Windows?

Can I launch URLs directly from the command line in Windows?
Krishna Kumar
43
votes
4 answers

In a URL, what is // for?

Typically, when I see //, it's usualy following some protocol prefix like http: or ftp:. I have never seen it placed anywhere else. For example, http://www.google.com/ is a typical URL. However, I found the following two syntaxes to yield…
Chad Harrison
  • 6,069
  • 13
  • 44
  • 60
41
votes
7 answers

How do I create a .url file on OS X?

I am creating a zip file and would like to include a link to a website within it so that users can double-click on the file and go straight to the website. In my research, I discovered that what I want is a .url file because it is…
Thunderforge
  • 1,007
  • 2
  • 12
  • 18
1
2 3
38 39