Hi guys,

im using INET to post data...and as i've seen it manages to post it...but...

when i put :

code Code:
  1. inet1.execute "url", dataToSend & ""
dataToSend has all included...cookies and data to send...

then... in the debugger i found that my data is well put, but at the top of the sending process INET puts it own headers!!

I cannot manage to remove them.::

Example: INET HEADERS
Code:
POST / HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
User-Agent: Microsoft URL Control - 6.01.9782
Host: www.platinumw.org
Content-Length: 713
Cache-Control: no-cache
Cookie: __utma=258018635.1881335297716277000.1232207329.1232366096.1232383319.13; __utmz=258018635.1232207329.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); platw_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; platw_sid=d08ed7633aa77d8d4357773d26e1b346
THEN COME MINE:
Code:
POST /login.php HTTP/1.1
Host: www.platinumw.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
.....
.....

Any idea how to remove its heeaders??


thanks