HTTP Header for PHP

HTTP Header 보기

http://validator.w3.org/p3p/20020128/header.pl?mode=header&uri=http://www.google.co.kr


HTTP Header 보내기

http://web-sniffer.net/

http://webtools.live2support.com/header.php



간단히 만들어본 HTTP Header 날리기 php 소스

// send_httpheader.php
// powered by coryas [http://coryas.tistory.com]
// 최소한의 기능 구현을 위해 만든 간단한 php 소스 입니다.

<form action=<?echo $_SERVER["PHP_SELF"];?> method="get">
<strong>host ip : </strong> <input type=text name=hostip value=<?echo $hostip?>><br />
<strong>host port : </strong> <input type=text name=hostport value=<?echo $hostport?>><br />
<strong>http header : </strong> <br />
<textarea name="httpheader" cols="97" rows="12" style="font-size:11px;"><?echo $httpheader?></textarea>
<input type="submit" name="submit" value="Submit" /><br />
</form><br /><br />
<a href='http://coryas.tistory.com' target='_blank'>powered by coryas</a><br />
<?
if (!$httpheader==NULL)
{
 $fp = fsockopen($hostip,$hostport);
 fputs($fp, $httpheader);
 while(!feof($fp)) {
  $result .= fgets($fp, 128);
 }
  echo $result;
 fclose($fp);
}
?>

Posted by Coryas

2008/01/17 15:06 2008/01/17 15:06
,
Response
6 Trackbacks , No Comment
RSS :
http://coryas.com/tc/rss/response/2

Trackback URL : http://coryas.com/tc/trackback/2

Trackbacks List

  1. Diazepam dmt.

    Tracked from Diazepam side effect on cats. 2009/01/23 22:39 Delete

    Pharmacy buy diazepam. Diazepam how long it last on cats. Diazepam.

  2. Tamiflu shortage in physician offices.

    Tracked from Tamiflu. 2009/05/03 11:31 Delete

    Tamiflu. Tamiflu and antidepressants.

  3. Cialis.

    Tracked from Cialis lawyer columbus. 2009/05/22 12:26 Delete

    Online pharmacy buy cialis. Viagra vs cialis. Cialis best price buy online. Cialis and pill splitting. Cialis.

  4. Levitra viagra comparison.

    Tracked from Levitra attorneys. 2009/05/22 19:46 Delete

    Cialis levitra viagra. Which is more effective viagra cialas levitra. Levitra.

  5. Phentermine 37 5mg.

    Tracked from Phentermine 37.5mg. 2009/07/29 08:35 Delete

    Phentermine 37 5mg. Phentermine 37.5. Buy phentermine 37.5mg with c.o.d.. Phentermine 37.5 grams cheap no doctor. Best prices on phentermine 37.5 mg without rx. Phentermine 37.5 mg. Buy 37.5 phentermine.

  6. Diovan.

    Tracked from Diovan message board. 2009/08/05 02:41 Delete

    Side affects of diovan hct. Diovan.

Leave a comment
[로그인][오픈아이디란?]
« Previous : 1 : 2 : 3 : 4 : Next »