that is, can I do cross-domain head requests. I know that I can not do cross domain GET requests as this breaks the same orign policy, but because HEAD requests only return Meta data, and no content, do they have less restrict constraints?
I want to validate URLs and I'd prefer to have the client do this wrather than the server.
Reference
http://blog.mostof.it/what-is-a-http-head-request-good-for-some-uses/