Top "Uri" questions

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

REST - how design an URI with composite keys?

I have a question about how design a resource URI with composite keys. I have a resource called freight that …

rest uri composite-key
Are there any downsides to using double-slashes in URLs?

I've written my own MVC framework in PHP, which uses urls in the format of: /controller/method/param1/param2/param... …

php url url-rewriting uri url-routing
Boolean logic in RESTful filtering and queries

This is sort of a follow-up to someone else's question about filtering/querying a list of cars. There the recommendation …

rest uri url-parameters boolean-expression
Sending pause to dialer

In a similar vein to Sending Pause and DTMF input in android, I'm trying to send the pause character "," to …

android android-intent uri tel
phonegap resolveLocalFileSystemURL does not work for content uri on android

I want to receive share image from Android image gallery using Nexus 4 phone on Android version 5.1.1. I am using phonegap 4.2 …

android image cordova uri webintents
Is there a list of URL schemes?

Is there a list of (all, non-custom) URL schemes? I thought that I just needed to search on google to …

url uri urn
URI vs URL in React Native

In react-native one can do: const somePath = 'https://...' <Image source={somePath} /> or const somePath = 'https://...' <…

url react-native uri webaddress
URI schemes supported in Windows 8 apps

What are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare …

windows-runtime windows-store-apps uri winrt-xaml winjs
When, if ever, should characters like { and } (curly braces) be percent-encoded in URLs?

According to RFC 3986 the following characters are reserved and need to be percent-encoded in order to be used in a …

uri percent-encoding rfc3986
What is RFC-compliant URI

While going through features of .NET framework 4.5, I found that it supports RFC-compliant URIs. What does it mean to have …

.net uri rfc rfc2396 .net-4.5