I would like to determine if a given URL is an image without relying on the file’s extension. In JavaScript, is there a way to get a URL’s HTTP response headers without retrieving the entire contents of the file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do an http HEAD. This is covered in Accessing the web page's HTTP Headers in JavaScript
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html