Is it possible to register a http+domain-based URL Scheme for iPhone apps, like YouTube and Maps?
I’d like to have iOS to open URLs from my domain (e.g. http://martijnthe.nl) with my app whenever the app is installed on the … Read more
I’d like to have iOS to open URLs from my domain (e.g. http://martijnthe.nl) with my app whenever the app is installed on the … Read more
I have this URL: site.fwx?position=1&archiveid=5000&columns=5&rows=20&sorting=ModifiedTimeAsc what I need is to be able to change the ‘rows’ url param value to something i specify, … Read more
I need to implement the following WebAPI method: /api/books?author=XXX&title=XXX&isbn=XXX&somethingelse=XXX&date=XXX All of the query string parameters can be null. That is, the caller can … Read more
I am aware that a + in the query string of a URL represents a space. Is this also the case outside of … Read more
Example: www.site.com/index.php#hello Using jQuery, I want to put the value hello in a variable: var type = … 8 Answers 8
I am receiving the rather self explanatory error: A potentially dangerous Request.Path value was detected from the client (*). The issue is due … Read more
Dave Ward says, It’s not exactly light reading, but section 4.2 of RFC 3986 provides for fully qualified URLs that omit protocol (the … Read more
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for … Read more
I am trying to send a GET message that contains strings with ampersands and can’t figure how to escape the ampersand in the … Read more
If for example you follow the link: data:application/octet-stream;base64,SGVsbG8= The browser will prompt you to download a file consisting of the data held as … Read more