Game Development Community

Still messing with the demo..

by RJM · in Torque 3D Public · 02/11/2011 (5:35 pm) · 4 replies

How do you skip lines, like skipping HTTP/1.1 200 Okay thats stuff, or id it a engine mod and I am out of luck? btw I am talking about using http, btw its a text file

#1
02/12/2011 (12:02 am)
Any help please?
#2
02/12/2011 (3:00 pm)
Help would be pleased to be forthcoming. Unfortunately Help can not decode your original quest of inquiry.

Perhaps you could clarify?
#3
02/12/2011 (11:28 pm)
Sorry re-reading the first post had me confused too, did not realize it was that sloppy.

I'm talking about when I try to use the httpobject in the torque I get at the top in the demo

HTTP/1.1 200 OK...
SERVER INFO:
Content Type:
Content Length:

how do I get rid of it at the top of the file it just get

or am I stuck with it since I can't edit the source
#4
03/02/2011 (5:24 am)
look for the \r\n\r\n string in your response and drop all before this. After this is the content delivered from server.