HTTPPost() GetHTTPData()
Posted: Wed Sep 03, 2008 1:29 am
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.
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.