Page 1 of 1

trapping http response from a uri after submitting a form

Posted: Sun Jun 26, 2005 4:19 am
by goremo
Consider a page that is ment to submit a form using post method containing two parameters (for bulk sms services).

The sms service only specifies the required parameters.

I can't figure out how to submit the form and trap the response from the uri so that my php application can assess the response and customize application behavior depending on what the response.

simpletest scriptable browser

Posted: Mon Jun 27, 2005 1:35 pm
by senthilnayagam
use

simpletest scriptable browser
http://www.lastcraft.com/simple_test.php

or

snoopy
http://snoopy.sourceforge.net/



they act as browser, and you can check all the responses too


have used it for automated testing and screen scraping applications too


regards
Senthilnayagam