Tagged Questions
A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.
2
votes
1answer
32 views
What is the difference between file://<somewhere> and file:///<somewhere>?
What is the difference between file://<somewhere> and file:///<somewhere>?
0
votes
1answer
36 views
Java string to URI with parameters
I have this query string to send a http request via a URI object, but the URI object reformats my query string, including the parameters.
Expected:
...
0
votes
1answer
21 views
How to obtain the contact Uri directly with contact creation
my app creates new contacts with ContentProviderOperation. The problem is, I need a reference to the new contact because I need some information of it to display it in a listview and go with intent ...
0
votes
2answers
38 views
Is “(” or “)” a special character for PHP/CodeIgniter?
Where i came across at first while i was push a file to the header to download it.
Now it works just fine. However, whenever one of my files has an "(" or ")" in the name, the push doesn't work.
// ...
0
votes
0answers
7 views
UriMatcher match 'n' path segments
I have a custom ContentProvider that does background processing for a ShareActionProvider. The Path of the Uri provided is a full file path (ex: /mnt/sdcard/my.file). The uri is created as such:
...
0
votes
1answer
24 views
What is the correct way to deal with “Logging In” for an app written against RESTful web services?
I am in the process of building a RESTful API for my application. There are very few services that are public and the rest require authentication and authorization.
To be clear, my question is NOT ...
0
votes
1answer
26 views
Parsing URI in varibles [on hold]
i would like to ask if it is possible in C++ to parse a URI that i get as a string, in the following format:
"controller/action/id"
into the 3 corresponding variables. It is for a custom app ...
0
votes
1answer
44 views
How to link to all of your apps (developer page) in the AppStore - iOS7
There has been alot of confusion on how to link to your apps in the AppsTore, especially since none of the old solutions work with iOS7. I seem to have found a way to do it and still have it work on ...
0
votes
0answers
13 views
Implementing Custom URI Parsing in Grails
If I wanted to implement completely custom URI parsing in a Grails plugin how would I go about it? I'm looking at parse2 to utilise an existing ABNF grammar to parse URLs and then provide appropriate ...
0
votes
0answers
28 views
Calling private URI schemes from my app
I am opening the native iOS calendar from my app using the below code :
NSURLRequest* urlRequest = [[NSURLRequest alloc] initWithURL:[NSURL URLWithString:@"calshow://"]];
[myWebView ...
0
votes
1answer
42 views
Getting relative path inside a custom component
I've got a custom component project and I'm referring from another project.
I need to navigate between pages of the custom component, so I'm using this code:
var frame = ...
0
votes
0answers
18 views
How to mediate Django URI with Nginx routing
Specifically, I think I need Nginx to not consume (capture?) a piece of the URI I'm using to route a location. But I don't know if such a thing is possible.
`````````````````````````````
Let me back ...
0
votes
1answer
65 views
syntax error, unexpected end-of-input, expecting keyword_end
I'm trying to write a simple program to parse JSON from the results of an API call. Very new to ruby and just can't figure this one out.
Here's all the code:
require "rubygems"
require "json"
...
0
votes
0answers
28 views
.NET 4.5 new Uri unescaping double dot when there's inverted question mark
I have the next problem. I'm trying to post the an status to twitter that contains an inverted question mark and a link. For instance, "¿http.www.google.com".
I'm using twitterizer for posting to ...
0
votes
0answers
9 views
Issue with Registering the Application Handling the Custom URI Scheme
I have specified command using in re registry
"C:\PROGRA~2\TREYAN~1\CREKHN~1\PLQRCA~1.EXE" /hyperlink /t "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8"
When I run the handler form Run window such as
...