Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [url-scheme]

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

url-scheme
0 votes
0 answers
13 views

How do I create an unordered list of folder URLs, without the included files?

No matter what I try, I keep getting the files with 'fake' names. All I want is a list of URLs that I can use in later processing, at which time I would select a folder from the list's dropdown in-...
Eitan Dub's user avatar
0 votes
0 answers
22 views

use excel office uri scheme with blob?

I am trying to get excel files fetched by my web app to open the downloaded excel file automatically in the excel app installed on the users machine. i know you're supposed to use urls like so: ms-...
skyleguy's user avatar
  • 1,069
0 votes
0 answers
22 views

Understanding Entity Roles and Admissible Values in Wikidata Triples via SPARQL

I am currently working with Wikidata and utilizing SPARQL queries to extract information. I'm interested in understanding the roles of entities within triples and the admissible values for certain ...
jacopodabramo's user avatar
0 votes
0 answers
38 views

Link in Chrome browser that will open Android battery setings page

I want to create a Link that will take me from chrome browser to battery settings in my Android device: I have the Link that takes me to settings, intent://com.android.settings/#Intent;scheme=android-...
Valet's user avatar
  • 1
0 votes
1 answer
43 views

Why does RFC 3986 (URI generic syntax) declare the "host" component to be case-insensitive when the syntax rules show it to be case-sensitive?

First, a reminder to future self (the figure RFC 3986, Section 3. Syntax Components complemented with Section 3.2. Authority): The following are two example URIs and their component parts: ...
toraritte's user avatar
  • 7,625
0 votes
0 answers
57 views

Is there a way to create a listener in a Windows Form application for a custom protocol (URI Scheme)?

I was able to create a URI Scheme in the Registry [HKCU\Software\Classes] for my VB.NET Windows Form application. If I use the new URI [CSIPOS:] and then a string my application knows to open the ...
JoshF's user avatar
  • 159
1 vote
0 answers
1k views

Couldn't load content for webpack (Fetch through target failed: Unsupported URL; Fallback: HTTP error: status 404, net:ERR_UNKNOWN_URL_SCHEME)

I am building full stack app with React and Strapi. I created Sigh Up successfully, and now I wanted to build Log In but my console deosn't want to log anything at all. I'm not using React Router, Log ...
Minja Ćućula's user avatar
0 votes
0 answers
60 views

AppleScript unable to use System Events when ran using URL protocol

I have an AppleScript file with following codes, that suppose to do three things - Read from URL Write the value to some place as text file Activate an application if it's already running Here's the ...
Santanu Karar's user avatar
0 votes
0 answers
102 views

How to make custom x-scheme-handlers work in AppImages?

I'm trying to make a custom x-scheme-handler MimeType work in an AppImage I build. It should enable me to open said AppImage if I click a link in the form of my-handler://login-callback. I already ...
SecretOne's user avatar
4 votes
0 answers
121 views

Acknowledge whether user has a program bound to a certain protocol

I need to know if on their browser or OS, user has a navigation program associated with the protocol geo: My link are like this: <a href="geo:51.5125509,-0.2190250">Address</a> ...
user avatar
0 votes
0 answers
219 views

Use callto protocol with Microsoft Teams

I want to use callto to initiate video calls on Teams. Something like: <a href="callto:[email protected]">start call</a> This worked at first, but after about 3 calls it switched ...
Keith's user avatar
  • 154k
0 votes
0 answers
59 views

iOS Action Extension: Get text value from the action extension and show it on the Container appwithout the use of App Group

`Currently, I am able to navigate to the Container app(Viewcontroller) from action extension using url scheme. But could not able to pass the text value from the action extension. In the ...
Sarath Kumar's user avatar
0 votes
0 answers
92 views

How to enter the url scheme to open the app?

When I use an h5 page to write the following code: window.location.href="mqqapi://card/show_pslcard?src_type=internal&version=1&card_type=group&uin=xxx";, it can open app。 If I ...
Guoyh's user avatar
  • 1
0 votes
0 answers
59 views

Office prevents files from opening through Office URI Schemes on Windows 10

I would like to allow the user to open a Word file from a Blazor server-side application (ASP .NET) To do this, I use Office URI Schemes (ms-word:ofv|u|//...) The link works fine, and Office starts, ...
Jean-Daniel Gasser's user avatar
1 vote
1 answer
630 views

How to set up vscode: protocol to open links in VS Code on Linux?

I downloaded and ran VS Code from a tarball, which does not set up the vscode: protocol binding. So when I installed the Cody AI extension for VS Code, it prompted me to sign in, and I signed in with ...
Robin Green's user avatar
  • 32.8k

15 30 50 per page
1
2 3 4 5
77