Top "Uri" questions

A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.

How to construct a WebSocket URI relative to the page URI?

I want to construct a WebSocket URI relative to the page URI at the browser side. Say, in my case …

websocket uri relative-path
How to pass a URI to an intent?

I'm trying to pass a URI-Object to my Intent in order to use that URI in another activity... How do …

java android android-intent uri
Easy way to parse a url in C++ cross platform?

I need to parse a URL to get the protocol, host, path, and query in an application I am writing …

c++ url uri
How to check that a uri string is valid

How do you check that a uri string is valid (that you can feed it to the Uri constructor)? So …

c# .net uri
What's valid and what's not in a URI query?

Background (question further down) I've been Googling this back and forth reading RFCs and SO questions trying to crack this, …

url query-string uri specifications
So what IS the right direction of the path's slash (/ or \) under Windows?

It seems Windows insists on writing a backslash \ in file paths, whereas .NET's URI class writes them with a slash /. …

path uri backslash
How to send mail with a Subject using a Mailto URL?

I need to make a Mailto link to my website which is suppose to contain either the product name or …

html uri mailto
how to get an uri of an image resource in android

I need to open an intent to view an image as follows: Intent intent = new Intent(Intent.ACTION_VIEW); Uri …

android uri
Get path and query string from URL using javascript

I have this: http://127.0.0.1:8000/found-locations/?state=--&km=km I want this: found-locations/?state=--&km=km how …

javascript url uri
Uri to default sound notification?

I use the Notification.Builder to build a notification. Now I want to use the default sound notification with: builder.…

android notifications uri