Top "Uri" questions

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

Force cache refresh after deployment

Is there a way to force a client's cache to reload an HTML file if you can't change the URI …

php .htaccess uri cache-control
Difference between HTTP redirect codes

The differences between the various HTTP 3XX redirect codes are not clear to me. Yes, I've read the spec, but …

http redirect uri http-status-codes
Android: Get thumbnail of image on SD card, given Uri of original image

So i've got a Uri of an image the user chooses out of images off his SD card. And i'd …

android image uri thumbnails
Get raw URL from Microsoft.AspNet.Http.HttpRequest

The HttpRequest class in Asp.Net 5 (vNext) contains (amongst other things) parsed details about the URL for the request, such …

request uri asp.net-core
Are query string keys case sensitive?

Suppose I have a url like this: http://www.example.com?key=123&KEY=198 Then what will be result of …

http url uri query-string request.querystring
Optional query string parameters in URITemplate in WCF?

I'm developing some RESTful services in WCF 4.0. I've got a method as below: [OperationContract] [WebGet(UriTemplate = "Test?format=XML&…

wcf query-string uri uritemplate
Bootstrap, nav-tabs, dropdown menus; how to set active tab based on URI

I'm using Bootstrap nav-tabs/dropdown menus component as my primary navigation bar but I cant figure out how to set …

php twitter-bootstrap uri nav
What's the difference between Uri.Host and Uri.Authority

System.Uri has Host, Authority, and DnsSafeHost. MS provides a nice example of when Host and DnsSafeHost are different here. …

c# .net uri
Image Uri to bytesarray

I have currently have got two activities. One for pulling the image from the SD card and one for Bluetooth …

android uri bytearray
can i get 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 …

android image height width uri