[Linux-programlama] Re: browser (User-Agent)

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Volkan YAZICI (yazicivo@ttnet.net.tr)
Date: Mon 13 Feb 2006 - 16:16:51 EET


On Feb 13 02:41, Bahri Meriç CANLI wrote:
> HTTP_USER_AGENT değerini nasıl doldurabilirim.

$ telnet localhost 80
...
GET / HTTP/1.1<enter>
User-Agent: Test<enter>
<enter>
...
$ tail -n /var/log/apache2/access.log
127.0.0.1 - - [13/Feb/2006:16:09:10 +0200] "GET / HTTP/1.1" 400 337 "-" "Test"

Bu bilgilerden sonra fsockopen() kısmını siz halledebilirsiniz sanırım.

İyi çalışmalar.

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.