Hi! Not really sure if this is possible but try wxHTTP::SetHeader().
upcase
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try!
3. Re: Writing to an URL
#2996
Posted by: 2003-11-27 10:26:01
You can't write to an url, it doesn't make any sense. Depending on what you mean you can send data along with a request if you use post instead of get. IIRC there's a PUT method also in http which is more likely what you're after, but I don't think you'll find many servers accepting it. Other than that there's FTP, etc. I think for all of these you'll have to contruct your own requests with sockets.