Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Tools

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 10-23-2002, 06:25 PM
Kolo
Hill Giant
 
Join Date: Jul 2002
Location: Chicago Suburb
Posts: 103
Default

The get request should be formatted correctly. I have an application at my work I created that sends Posts and does Gets on the Web server for user tracking. here is the format I used....

GET /path/file.htm HTTP/1.1 <cr>
//(I believe the rest is optional but recommended, especially the Accept: ...not positive though)
User-agent: MyProgramName <cr>
Accept: */* <cr>
<cr>
Place 2 carriage returns at the end, a blank line seems to key servers that you are complete with the request.

I used the User-Agent Field to send my application name so when we parse the logs, we can find out what percentage of total hits are from that app. You can also request the data as Text by putting:

ACCEPT: text/html

instead of the */*. This may be why your getting the gzip data

Can you PM me here in the forum a snippet of your code for accepting data? Maybe you are running into the same issue I had on variable declarations.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:29 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3