Extract the HTTP Headers of a server. Find out exactly what your browser reads.
|
How do I use this tool? [+/-] |
|
1. Enter exact URL to extract the HTTP header. 2. Click “View!” button. The HTTP Header from the server will be displayed below.
|
|
|||||||
function validate(theform) {
if (theform.domain.value == “”) { alert(“No Domain”); return false; }
return true;
}