Is it possible to do a HTTP Head request solely using an XMLHTTPRequest in JavaScript?
My motivation is to conserve bandwidth.
If not, is it possible to fake it?
|
2
|
Is it possible to do a HTTP Head request solely using an XMLHTTPRequest in JavaScript? My motivation is to conserve bandwidth. If not, is it possible to fake it?
|
|||
|
|
|
|
Easy, just use the HEAD method, instead of GET or POST:
|
||
|
|
|
An XMLHTTPRequest object should have
defined on it |
||
|
|
|
|
Yes, check this... |
||
|
|