|
Posted by Super Steve on July 22, 2008, 5:26 pm
Please log in for more thread options > Super Steve wrote:
> > I've looked around to see if there are any other online tools that let
> > you specify a URL to submit a request to, along with a list of field
> > name / value pairs, and that then shows the result, but I can't find
> > anything! =A0There are plenty of HTTP header viewers, but they don't le=
t
> > you submit form data with the request.
>
> While I don't recommend it for production work, if you modify your form
> so the ACTION ishttp://www.swiftys.org.uk/cgi-bin/testthen you will
> see an analysis of all the form data submitted with your request.
>
> Of course, doing this you have to trust that my server won't record the
> data that you submit, and use it for nefarious purposes. As it happens,
> it doesn't record anything (I've got better things to do with my time)
> but then he would say that, wouldn't he?
>
> --
> Steve Swifthttp://www.swiftys.org.uk/swifty.htmlhttp://www.ringers.org.uk
I tried submitting to your script and received the following back:
<HEAD><BODY BGCOLOR=3D#FFFFD0><TITLE>CGI Test</TITLE></HEAD>
<FONT SIZE=3D+3><U>CGI/1.1 test script report:</U></FONT><BR>
</TABLE></TABLE></TABLE></TABLE></TABLE></TABLE></TABLE></TABLE></
TABLE></TABLE>
<H2>Syntax Error</H2>
<H3>Routine not found</H3>
21 *-* If method =3D 'POST' then call PostCheck
Looks like there's something wrong with your script?
|