post "login_form_user=****x&login_form_pass=****" to URL "http://****.****.org.au/"
put it into field "results"
It seems to kind of work - but only gives me the first part of the web page I'm trying to access - I can only see the html code for the header not the rest of the page.
Maybe the content body is empty.. You will need to look at the header information to see what is up.. Feel free to post it and we can take a look to see if something is missing or if it is working correctly..
I'm confused because it's different when I use those details I'm POSTing to actually login to the website. I get a lot of content that way and the source code HTML is much more than I get delivered this way.
Looks like it is coming back, but the "put" command seems to not have the full HTML document.. I will go through the code of libURL to see if there is something in there that is not working..
I guess I forgot to post an update.. I did go through libURL and nothing jumped out at me, but I have not had time to go through it to debug it all and I probably won't (sorry, I just really do not spend much time in Rev any more).. I know in past projects I have not bothered with libURL and just wrote my own HTTP libraries to handle the tasks needed (single purpose use) and it really is not all the difficult, plus you can make it non-blocking..