<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/1303" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-03-28T11:33:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/1303</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-03-28T11:33:00-04:00</updated>

		<published>2002-03-28T11:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5751#p5751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5751#p5751"/>
		<title type="html"><![CDATA[HTTP Headers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5751#p5751"><![CDATA[
Your might also find that the "Accept-language" is wrong.<br><br>It should infect be "en-gb"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 28, 2002 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-20T16:27:00-04:00</updated>

		<published>2002-03-20T16:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5573#p5573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5573#p5573"/>
		<title type="html"><![CDATA[HTTP Headers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5573#p5573"><![CDATA[
Thanks stdragon <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Wed Mar 20, 2002 4:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-03-20T14:41:00-04:00</updated>

		<published>2002-03-20T14:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5563#p5563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5563#p5563"/>
		<title type="html"><![CDATA[HTTP Headers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5563#p5563"><![CDATA[
You could write a little script to capture the output your web browser sends when you try to connect to yourself.<br><div class="codebox"><p>Code: </p><pre><code>socket -server on_connect 12345proc on_connect {chan addr port} {  while {[gets $chan line] &gt; 0} {    puts "client said: $line"  }  close $chan}vwait hi</code></pre></div>Just type that in using tclsh, then connect to <a href="http://localhost:12345" class="postlink">http://localhost:12345</a> (or where you're running it) in your browser.<br><br>If the "vwait hi" line gives you an error, then type "update" after you try connecting.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Mar 20, 2002 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-19T13:35:00-04:00</updated>

		<published>2002-03-19T13:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5529#p5529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5529#p5529"/>
		<title type="html"><![CDATA[HTTP Headers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5529#p5529"><![CDATA[
How can i find out what HTTP Headers are posted to a site because i need to put them in a script because the script is returning the website in currency $ and timezone GMT but on my browser its returning correctly currency £ and timezone GMT i guess the first one is just its default if no headers are posted and how do i put it in a script?<br>something like:<br><br>    puts $sock "GET $url/ HTTP/1.0<br>nConnection: Keep-Alive<br>nUser-Agent: Mozilla/4.61 [en] (X11; I; Linux 2.2.13 i586; Nav)<br>nPragma: no-cache<br>nAccept: image/gif, iimage/jpeg, image/pjpeg, image/png, */*<br>nAccept-Encoding: gzip<br>nAccept-Language: en-uk<br>nAccept-Charset: iso-8859-1,*,utf-1<br>nContent-type: application/x-www-form-urlencodedn"<br><br>allthough that doesn't work<br><br><br>Thanks./<br><br>&lt;font size=-1&gt;[ This Message was edited by: utc on 2002-03-19 11:00 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Tue Mar 19, 2002 1:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
