<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/XML/XSL/root.xsl" type="text/xsl"?>
<queryForm xmlns:xhtml="http://www.w3.org/1999/xhtml">
	<meta>
		<title>Query a server's response headers for an HTTP GET request</title>
		<description>Query a server's response headers for an HTTP GET request</description>
	</meta>
<xhtml:form action="/PHP/HTTP-get_headers.php" method="get">
	<xhtml:fieldset>
		<xhtml:legend>Query server response headers</xhtml:legend>
		<xhtml:label for="addressInput">Address</xhtml:label>
		<xhtml:input name="query" id="addressInput" type="url" placeholder="http://l0x.in" value="http://" size="50"/>
		<xhtml:button type="submit">Send</xhtml:button>
		<xhtml:button type="button" onclick="javascript:document.getElementById('addressInput').value=window.location">Current page</xhtml:button>
	</xhtml:fieldset>
</xhtml:form>
</queryForm>