Questions tagged [url-scheme]

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

Per Wikipedia:

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

1132 questions
503
votes
14 answers

How to mark-up phone numbers?

I want to mark up a phone number as callable link in an HTML document. I have read the microformats approach, and I know, that the tel: scheme would be standard, but is quite literally nowhere implemented. Skype defines, as far as I know, skype: and…
Boldewyn
  • 81,211
  • 44
  • 156
  • 212
175
votes
31 answers

Open Facebook page from Android app?

from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying the same thing on my Android device throws an…
Björn Marschollek
  • 9,899
  • 9
  • 40
  • 66
157
votes
6 answers

Is there any downside for using a leading double slash to inherit the protocol in a URL? i.e. src="//domain.example"

I have a stylesheet that loads images from an external domain and I need it to load from https:// from secure order pages and http:// from other pages, based on the current URL. I found that starting the URL with a double slash inherits the current…
Rob Volk
  • 5,204
  • 5
  • 25
  • 19
151
votes
14 answers

Web link to specific whatsapp contact

I'd like to place a link on a webpage which opens a whatsapp chat with a certain whatsapp contact. In other words: I want a "contact me by whatsapp" link to go next to the page's "Contact us my facebook/twitter/google+/etc" links. Something…
Benny Powers
  • 5,398
  • 4
  • 32
  • 55
141
votes
3 answers

REST API DESIGN - Getting a resource through REST with different parameters but same url pattern

I have a question related to REST URL design. I found some relevant posts here Different RESTful representations of the same resource and here RESTful url to GET resource by different fields but the responses are not quite clear on what the best…
shahshi15
  • 2,772
  • 2
  • 20
  • 24
105
votes
8 answers

File Uri Scheme and Relative Files

Assume that the scheme for a uri is "file". Also assume that the path starts with '.' An example path is './.bashrc'. How would the fulluri look? 'file://./.bashrc' appears odd to me.
user592419
  • 5,103
  • 9
  • 42
  • 67
95
votes
13 answers

Facebook SDK: app not registered as a URL Scheme

I am using the Facebook SDK found here, and am trying the sample that is provided (in the folder FacebookiOSSample). If I simply replace the AppId here with my specific AppId, then I can no longer Share. (I replaced it in both the AppDelegate file…
L. Desjardins
  • 1,465
  • 1
  • 12
  • 22
90
votes
1 answer

Does anything like number exist?

As we use number or mailid for telephone number & email, does anything like number for fax exist?
Imagine
  • 945
  • 1
  • 6
  • 11
88
votes
4 answers

URL Scheme for Phone Call

Much like the "mailto" URL prefix launches the user's default mail program and starts a new email with specified address, is there a similar URL scheme that would initiate a phone call? Perhaps "phone," "call," or "sip"? Incidentally, I'm targeting…
Jason Marcell
  • 2,785
  • 5
  • 28
  • 41
86
votes
14 answers

iOS Launching Settings -> Restrictions URL Scheme

I've recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website. I've found this to work, directing the user to the Settings app from my application: [[UIApplication sharedApplication]…
kturner
  • 1,091
  • 2
  • 10
  • 15
77
votes
5 answers

Possible to handle your own http URL schemes in iOS?

iTunes, App Store and YouTube on iOS clearly register http://... URL schemes to open their apps. Can anyone do that, not just your own protocol? The reason I want to do this is that I am working on an app for a festival. I want to "intercept" links…
baswell
  • 826
  • 1
  • 7
  • 5
75
votes
5 answers

Is there an href attribute for skype, like "mailto:" or "tel:"?

I am looking to make a skype link for a mobile site, is there a way use
ilyo
  • 35,851
  • 46
  • 106
  • 159
65
votes
10 answers

Check if URL scheme is supported in javascript

Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
jackb
63
votes
3 answers

How can I view the protocol used in Chrome developer tools network tab?

The network tab on Chrome developer toolbar is great, but I'd like to see what protocol was used to transfer the resource (HTTP or HTTPS). Anyone knows how I can do this, or if there's an extension to allow me to do something similar.
John Hunt
  • 4,265
  • 8
  • 45
  • 59
58
votes
4 answers

Multiple apps with the same URL Scheme - iOS

So for my new app I'm having a URL scheme so that people can launch my app from another app or from a website... "myapp://" ... So what happens if there is another app in the AppStore that has the same URL scheme as mine? Or if someone tries to…
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
1
2 3
75 76