HelpMEDude
Programmer
Hello, I guess no-one remembers me when i posted here for over one year ago, but now I'm back
.
I'm having trouble to simply send the values in idhttp.request to a webisite, the help file says: "Specifies the header values to send to the HTTP server.", however I have not found out how to send that darn data
.
Ive tried using idhttp.get(url) but it doesn't include the values (host value for example) when it sends, it does however include the Custom header (I've checked the outgoing data with a program called ethereal).
What I'm trying to say is: Is there any proc/func to simply send all the values you entered in the idhttp.request.
Also you might want to know: I use Indy 10, Delphi 2005 and want to send POST-data.
I hope you can help me
I'm having trouble to simply send the values in idhttp.request to a webisite, the help file says: "Specifies the header values to send to the HTTP server.", however I have not found out how to send that darn data
Ive tried using idhttp.get(url) but it doesn't include the values (host value for example) when it sends, it does however include the Custom header (I've checked the outgoing data with a program called ethereal).
What I'm trying to say is: Is there any proc/func to simply send all the values you entered in the idhttp.request.
Also you might want to know: I use Indy 10, Delphi 2005 and want to send POST-data.
I hope you can help me