Page 1 of 1

HTTPPost() GetHTTPData()

Posted: Wed Sep 03, 2008 1:29 am
by pdwyer
Currently the HTTP lib only handles GET's by the look of it. There have been a few questions posted on the forums for POST features.

If we could have GetHTTPData() which returns the HTML of a page minus the header (not hard to do normally I know) the return of this could be the same as what HTTPPost() returns after you send form details or whatever.

HTTPPost() information would assumably be set using the current "SetURLPart()" procs.

Posted: Mon Oct 06, 2008 6:56 pm
by LifeSux
What about this now? I realy would nee that stuff...

Posted: Mon Oct 06, 2008 9:02 pm
by Rings
LifeSux wrote:What about this now? I realy would nee that stuff...
why not wrote your own ?