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

learn more… | top users | synonyms

0
votes
0answers
15 views

Set the a path containing [ ] on a URI

Hello I am trying to use URI to create an uri, but it seems that brackets ([]) are not accepted: uri = URI.parse("http://example.com") uri.path = URI.escape("/test[1].png") ...
0
votes
1answer
21 views

Reversing a Uri variable

I am trying to reverse a Uri's order. The Uri accesses the phones call logs Uri allCalls = Uri.parse("content://call_log/calls"); but it stores them from oldest to newest while I want the ...
0
votes
3answers
74 views

What is wrong with this URI URL? IllegalArgumentException, Illegal character

I'm getting an error: W/System.err(32720): java.lang.IllegalArgumentException: Illegal character in query at index 89: ...
0
votes
2answers
40 views

can't figure out URIException

I receive the following error: java.net.URISyntaxException: Illegal character in scheme name at index 0: "http://localhost:8080/MyService" Is there really something wrong with my 'h' character? Or ...
0
votes
1answer
16 views

Retrive drawable resource from Uri

I'm storing (for some reasons) the drawable resource path in an Uri in this way: Uri uri = Uri.parse("android.resource://my_app_package/drawable/drawable_name"); Now I would like to get the ...
2
votes
1answer
30 views

Adding fullstops to a URL in C# [duplicate]

Does anybody know how I could download a URL like this: http://en.wikipedia.org/wiki/Special:Export/Apple_Inc. in C#. The last full stop is always removed. I've tried encoding the . obviously.
0
votes
2answers
28 views

Use URI to store image URL or image path

I have a class that have a reference to an image. This image can be on a server or among the drawable resources of the app. I need to store the location of either the url or the drawable location of ...
0
votes
1answer
6 views

Layar - Opening a url in Layar using the native browser

Unfortunately the only answer to this I've found references out of date references to the old deprecated Layar documentation so here goes... I've got a Layar AR set up with a simple link out to some ...
0
votes
1answer
14 views

Which ones are URLs? Which ones are URNs?

The following are URIs. But which ones are URLs? Which ones are URNs? ftp://ftp.is.co.za/rfc/rfc1808.txt http://www.ietf.org/rfc/rfc2396.txt ldap://[2001:db8::7]/c=GB?objectClass?one ...
0
votes
2answers
22 views

Back out of a directory for a URI in java

I'm trying to make an app that opens a static webpage. Just a pilot for a bigger project. At the moment I'm getting the default browser to open fine and the test page loads up. However, it will ...
1
vote
1answer
22 views

RESTful - Different URI of same resource to get different forms of same resource

I'm pushed into a peculiar situation where I'm not able to decide what is wrong and what is right. I've a resource called Invoice. To get a JSON or XML representation I use below URI ...
0
votes
0answers
35 views

Laravel: add URI's wildcard values to URI on redirect

There's probably a better or more common way of doing what I'm trying to do (maybe using the front-end), but here goes: I have a page that when a user comes to it, it checks whether there is an $id ...
0
votes
1answer
13 views

Android sdk web page object size too small

I have an Android Morse code tutor app that has been online for a couple years, and revisions have been made during that time. I decided to make a revision that allows the user to play an mp3 file ...
0
votes
1answer
17 views

Open Epub from uri ActivityNotFoundException Error Android

Im open a epub file when I press a button, but when my android don´t have any epub reader, show an toast saying please install epub reader, but my code not works, and stopp my app saying the app stop ...
0
votes
1answer
5 views

Where are URI/xml namespace information in xml/html documents located/defined?

this might be a stupid question, but I was curious about the uri's for html/xml files which resemble "h t t p://.../..." For instance a web.xml file has this boilerplate stuff <web-app ...
1
vote
1answer
53 views

Segment URI redirect laravel

I have the following URI: http://localhost/testcart/products/cpa/1 where cpa = URI::segment(2) 1 = URI::segment(3) After post how do i redirect back to this URL. I have tried return ...
0
votes
1answer
24 views

preg_replace on a $request_url=$_SERVER['REQUEST_URI']; not working?

I'm am new to this stuff and first time asking, I have been going on this for hours, <?php $request_url=$_SERVER['REQUEST_URI']; echo $request_url = str_replace('/product.php?c=[0-9]/', ...
0
votes
0answers
14 views

nginx external access $uri error

NGINX local address //192.168.0.14/main -> work firewall routing xxx.xxx.xxx.xxx port 1000 to 192.168.0.14 port 80 //xxx.xxx.xxx.xxx:1000/main -> dont work and no response but ...
0
votes
1answer
31 views

Ignore query string in URI segments with regular expression?

I have the following URI: /host/segment1[?parm1=value1&param2=value2]/segment2/segment3[?parm1=value1&param2=value2] As you can see I would like to ommit the content inside the square ...
0
votes
1answer
22 views

How to launch a Chrome Extension popup from a background thread?

I want to write a Chrome Extension that will be monitoring for URI link clicks, and when it encounters that it is to launch its popup. I understand that the monitoring will be done in the background ...
0
votes
1answer
26 views

How to use Uri.parse() with # at the end

I try to use GSM codes to transfer my calls with an android app. For example, if I call : **21*otherNumber# All my calls will be transfered on otherNumber. My code: Uri transfert = Uri.parse( ...
-1
votes
1answer
29 views

Using Windows environmental variables in file URI scheme

Can we use environmental variables, such %userprofile% or %appdata%, in a path, in a file URI scheme, from a browser (or at least a Chrome browser)? Something like ...
0
votes
0answers
18 views

Creating a Uri in Plugin Project does not work

I have a little propblem, hope someone can help. My following code leads to a exception: Resource resource = resSet.getResource(URI .createURI("/"+CreateText.getPath()), true); Note: ...
0
votes
0answers
23 views

How to find the medium and search keyword using referrer - Web Analytics?

I have taken the referrer using the document.referrer from DOM. I had found some of the parameters like(port, source, host, etc.) using parseUri funtion. Now how can I find out the medium and search ...
0
votes
2answers
33 views

What does this Path “file:///Users/…” mean?

A Path constructor example from Java Tutorial: Path p3 = Paths.get(URI.create("file:///Users/joe/FileTest.java")); What does the part URI.create("file:///Users/joe/FileTest.java") means? I'm not ...
0
votes
0answers
36 views

How to get real path from URI

I know that there is a function to get the real path from URI: public String getRealPathFromURI(Uri contentUri) { String[] proj = { MediaStore.Images.Media.DATA }; Cursor cursor = ...
0
votes
0answers
21 views

convert Uri to file path but can not open it in nexus 4

I open a picture in album and get the Uri. Then I convert the Uri to a file path. In the log it shows as something like mnt/storage/emulated/0/xxx.jpg. I covert Uri to file path as the way like: ...
0
votes
0answers
11 views

Not able to add {} in URI provided by axis-adb

I have the following piece of Code that I need to execute URI uri = new URI("http://localhost:8080/rest/{data}"); The URI in the above example is from axis2-adb-1.5.1.jar - ...
0
votes
2answers
38 views

Create a new File on SD card from uri?

i am getting multiple uri's from the gellery Intent.ACTION_SEND_MULTIPLE intent all i want to do is copy these files to a new location "/sdcard/BACKUP/" i have been trying for hours without a ...
2
votes
3answers
84 views

Get domain name of a url in C# / .NET [duplicate]

The code: string sURL = "http://subdomain.website.com/index.htm"; MessageBox.Show(new System.Uri(sURL).Host); gives me "subdomain.website.com" But I need the main domain "website.com" for any url ...
0
votes
2answers
23 views

Does the locale belong on the path or as a request parameter on the URI?

I have seen the locale added to an URI as a path variable: /en-US/blah/ or /blah/en-US and I have seen it as a request parameter: /blah?lang=en-US Is there a standard way that I should be ...
0
votes
2answers
79 views

Custom Uri or endpoint on WSO2

We have just installed our WSO2 ESB, and we are trying to create some proxies services with customs endpoints. The default endoint format is: http://{host}:{port}/services/{Proxy Service Name} ...
0
votes
0answers
8 views

Is there a proper way to pass parameters to source URI in code behind?

When populating a Source property from code behind you have to pass an URI, with relative path. Usually you would just add something like this: myObject.Source = new ...
1
vote
2answers
28 views

Redirect to a data url in php

How to redirect to a data url using header request? echo is working properly. But i want to redirect. header ('Location: data://text/html,<h1>stackoverflow</h1>'); This is not working.
0
votes
0answers
11 views

how to convert this uri file://mnt/ to this uri content://media

I posted a similar question, but I have not received an answer that solves the problem. convert url from sdcard to content uri i need simple code that convert this format: ...
1
vote
0answers
17 views

Link relation type for linking representations to the abstract resource?

I use Content negotiation to let user-agents select one of several representations for a resource. Example: the resource http://example.com/essay has the following representations: text/html → ...
0
votes
1answer
20 views

Net::HTTP adding port

I am doing an HTTP GET request but need to be able to add the port as it is not 80. Here is my code: response = ...
1
vote
2answers
43 views

can i getting image file width and height from uri in android?

i can getting the image width through MediaStore.Images.Media normally but i need to getting the image width and height from image which selected from dropbox so currently i have following method to ...
0
votes
2answers
50 views

convert url from sdcard to content uri

i want to bypass Intent.ACTION_PICK to do so i need to insert content uri but i have string with url. i need to convert this format : /mnt/sdcard/Movies/Your_voice/Your_voice080513_141510.mp4 to ...
0
votes
1answer
39 views

Converting web image url to Windows.Foundation.Uri to use on a secondary tile (JS, Windows 8)

I am trying to get my Windows 8 "Metro" application to work so that when i add a tile i can use an image dynamically got from the internet. I am aware i cannot set the ...
0
votes
1answer
46 views

Cursor for an Image always returns null

I'm storing a picture from my Camera like this: String newName = new BigInteger(130, new SecureRandom()) .toString(24); File mydir = new ...
0
votes
0answers
29 views

How SafeHtml & SafeUri deal with malicious image?

Pls read this scenarios: -You build a program that allows user to insert Image or Image URL into 1 field in a table in DB. For example, table imgTbl has imgCol which contains ...
6
votes
4answers
150 views

Pack URI to image embedded in a resx file

How do I construct a pack URI to an image that is in a resource file? I have an assembly called MyAssembly.Resources.dll, it has a folder called Images, then in there is a resource file called ...
0
votes
1answer
47 views

Find icons in eclipse plugin

I want to get the os location of an icon in my eclipse plugin and I use this code: URL fileURLIconChoose = bundle.getEntry("pluginIcons/iconConfirm.png"); String pathIconChoose = null; try { ...
0
votes
1answer
29 views

how to fix codeingiter pagination and route

i have problem whit codeignitet pagination and route! i set the route my function class like this: $route['admin/panel/students/new-stuedents-list/:num'] = "admin/newStuedentsList/$1"; then in my ...
1
vote
0answers
7 views

couch db - URI address

I have bd "List" with some products like: { "_id": "car1", "_rev": "1-6e192e3f87447ec187052941cf365071", "price": "950", "shop": "Shop1" } I have created view "Shop" to check what ...
1
vote
3answers
57 views

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 do i do this in javascript? I tried window.location.href but it is ...
2
votes
1answer
45 views

RDF Vocabulary for describing Uri components

Is there a known RDF vocabulary for describing metadata of Uri components? (e.g. scheme, authority, querystring, etc.) Update I have been able to find a DublinCore term resource for URI, but the ...
2
votes
2answers
32 views

Mixing REST API plural and singular for different resources?

Plural form for REST api is more natural and more used e.g. /api/users or api/users/123. But for some resources is not natural e.g.: /api/login - log in exact one user /api/profile - get profile ...
0
votes
0answers
15 views

.htaccess mod_rewrite. Where am I going wrong?

After spending about 10 hours trying to sort this I am about to throw in the towel! All I want to do is Redirect - example.co.uk to www.example.co.uk Remove - index.php from ...

1 2 3 4 5 38