Questions tagged [uri]

47 questions
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?
46
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…
13
votes
4 answers

How can I convert a UNC Windows file path to a File URI without using any 3rd party tools or by hand?

In a blog post from Microsoft they illustrate how a URI can be written to specify local system file paths. When sharing the path to network share files some chat programs will open these files in a browser. So I hand code the changes needed to turn…
Gabriel Fair
  • 4,093
11
votes
1 answer

Register custom URI scheme handler in Windows 10

In W7 and W8 I can execute an arbitrary executable from html just by registering handler in the registry as described https://msdn.microsoft.com/pl-pl/library/aa767914.aspx#app_reg Similarly as mailto:someone@abc.com works. The registration of…
matcheek
  • 207
10
votes
2 answers

Generate "file://" URIs in Windows Explorer

I am searching for a way to obtain a proper file:/ URI from inside Windows Explorer. Basically I would like to have a context menu entry which says "copy file URI to clipboard". Does something like that exist? This is not a duplicate of "Copy…
7
votes
2 answers

What email clients support cid: and mid: URIs?

An answer on stackoverflow tells me that there is a [draft] standard URI schema for referring to parts of an email message by their Content-ID and entire email messages by their Message-ID. Another stackoverflow answer shows how a cid: URL might be…
Sparr
  • 1,199
6
votes
3 answers

Full URI to a file on another machine in our local network?

On our small-business Windows XP network, I have a file in f:\MyDir\SubDir\text.doc What would be the URI for that file while I'm on another machine.... if all I knew was that machine's IP address, and the file's path? I thought it was something…
Susan
  • 111
5
votes
2 answers

Does HTTPS also prevent middle man from tracking my browsing history apart from which domains I visited?

I read this article which says github is being blocked in Russia because a single controversial page hosted on it can't be blocked because of HTTPS. So I'm trying to determine if that implies that my local sys-admin can't keep track of my browsing…
anuj_io
  • 153
5
votes
2 answers

How can I disable the file:// protocol in Firefox?

How to disable file:// protocol in firefox I want the users not to browse the local files on the machine. I already disabled SaveAs and OpenFile functions. I want user not to browse the local files or open it if he know the full path.
Ammroff
  • 81
5
votes
1 answer

Linking to a chat room via XMPP: URI

I found out how to link directly to a chat room on a Jabber conference server -- it took a bit of digging, and I wound up actually looking at the spec before I was sure I was doing it right. I confirmed here, so I'm pretty sure I've got it. The…
Coderer
  • 1,700
2
votes
1 answer

File URI with username and password in Explorer

How to specify file URI with user name and password in the (Windows File) Explorer, please? Something like file://domain\user:password@host/dir/file. I need to specify domain to be equal host name, because domain user name is used instead. It is…
2
votes
2 answers

Create a URI Scheme Handler Association

I am new to creating Custom URI Schemes and I am trying to launch an executable jar file using URI Schemes in my Windows 7 system. For running this jar file from command prompt, I use this command: java -jar demo.jar EDIT: For launching the same…
2
votes
1 answer

map my url with window 2008 r2 for a tomcat web application

I have developed a web application using jsp/servelt technology, now i have hosted in my company windows server by using tomcat web server. when i want to go to the application i have to type my server name and the 8080 port no. I want to remove…
Dinidu
  • 21
  • 1
2
votes
3 answers

Change default application of a URI scheme in Google Chrome

I accidentally make Pidgin the default app for Yahoo Messenger URI scheme (ymsgr://) in Google Chrome. Now, whenever I click on a Yahoo Messenger URI scheme, instead of appearing a popup chat box, nothing happens. How can I change the default app to…
KiL
  • 163
2
votes
2 answers

Link to network share in email?

Assuming we are on the same network, is it possible to link to a Windows share through Gmail? Something like \\Server\Folder\file.ext? Is there a prefix for network paths, such as there is for web urls, ftp urls, email addresses (i.e., http://,…
Louis Waweru
  • 25,409
  • 45
  • 137
  • 203
1
2 3 4