Top "Uri" questions

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

Hyphen, underscore, or camelCase as word delimiter in URIs?

I'm designing an HTTP-based API for an intranet app. I realize it's a pretty small concern in the grand scheme …

api url rest uri restful-url
What's a redirect URI? how does it apply to iOS app for OAuth2.0?

Beginner programmer here, please pardon ignorance & explanations will be really nice :) I've tried to read the tutorials for a …

ios authentication uri oauth-2.0
Use URI builder in Android or create URL with variables

I'm developing an Android app. I need to build a URI for my app to make an API request. Unless …

android uri uribuilder
How to implement my very own URI scheme on Android

Say I want to define that an URI such as: myapp://path/to/what/i/want?d=This%20is%20a%20…

android android-intent browser uri intentfilter
How to URL encode a string in Ruby

How do I URI::encode a string like: \x12\x34\x56\x78\x9a\xbc\xde\xf1\x23\x45\x67\…

ruby-on-rails ruby string uri urlencode
.NET - Get protocol, host, and port

Is there a simple way in .NET to quickly get the current protocol, host, and port? For example, if I'm …

.net asp.net url uri authority
Turning a string into a Uri in Android

I have a string, 'songchoice'. I want it to become a 'Uri' so I can use with MediaPlayer.create(context, …

java android uri
Android: Getting a file URI from a content URI?

In my app the user is to select an audio file which the app then handles. The problem is that …

android file uri
Convert a file path to Uri in Android

I have an app where I capture a video using the camera. I can get the video's file path, but …

android string uri
What is the difference between resource and endpoint?

I have heard both "resource" and "endpoint" to refer to the same thing. It seems that resource is a newer …

rest api uri restful-architecture endpoint